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