Returns true if the operation has comepleted.
Namespace: Couchbase.IOAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsCompleted { get; set; }
public bool IsCompleted { get; set; }
Public Property IsCompleted As Boolean
Get
Set
Public Property IsCompleted As Boolean
Get
Set
public:
property bool IsCompleted {
bool get ();
void set (bool value);
}
public:
property bool IsCompleted {
bool get ();
void set (bool value);
}
member IsCompleted : bool with get, set
member IsCompleted : bool with get, set
Property Value
Type:
Boolean
See Also