Gets or Sets the max time an observe operation will take before timing out.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int ObserveTimeout { get; set; }
public int ObserveTimeout { get; set; }
Public Property ObserveTimeout As Integer
Get
Set
Public Property ObserveTimeout As Integer
Get
Set
public:
property int ObserveTimeout {
int get ();
void set (int value);
}
public:
property int ObserveTimeout {
int get ();
void set (int value);
}
member ObserveTimeout : int with get, set
member ObserveTimeout : int with get, set
Property Value
Type:
Int32
See Also