Click or drag to resize

DefaultResultT Class

Basic operation return value
Inheritance Hierarchy
SystemObject
  CouchbaseDefaultResult
    CouchbaseDefaultResultT
      Couchbase.Management.IndexesIndexResult

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.7.4-rev-0

The DefaultResultT type exposes the following members.

Constructors
  NameDescription
Public methodDefaultResultT
Initializes a new instance of the DefaultResultT class
Public methodDefaultResultT(Boolean, String, Exception)
Initializes a new instance of the DefaultResultT class
Top
Properties
  NameDescription
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from DefaultResult.)
Public propertyMessage
If the operation wasn't succesful, a message indicating why it was not succesful.
(Inherited from DefaultResult.)
Public propertySuccess
Returns true if the operation was succesful.
(Inherited from DefaultResult.)
Public propertyValue
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodShouldRetry (Inherited from DefaultResult.)
Public methodToString (Inherited from Object.)
Top
See Also