Click or drag to resize

DefaultResult Class

Basic operation return value
Inheritance Hierarchy

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.5.7-alpha1

The DefaultResult type exposes the following members.

Constructors
  NameDescription
Public methodDefaultResult
Initializes a new instance of the DefaultResult class
Public methodDefaultResult(Boolean, String, Exception)
Initializes a new instance of the DefaultResult class
Top
Properties
  NameDescription
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
Public propertyMessage
If the operation wasn't succesful, a message indicating why it was not succesful.
Public propertySuccess
Returns true if the operation was succesful.
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
Public methodToString (Inherited from Object.)
Top
See Also