Gets or sets an uint value that determines the maximum lifespan of an operation before it is abandonned.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic uint OperationLifespan { get; set; }
public uint OperationLifespan { get; set; }
Public Property OperationLifespan As UInteger
Get
Set
Public Property OperationLifespan As UInteger
Get
Set
public:
property unsigned int OperationLifespan {
unsigned int get ();
void set (unsigned int value);
}
public:
property unsigned int OperationLifespan {
unsigned int get ();
void set (unsigned int value);
}
member OperationLifespan : uint32 with get, set
member OperationLifespan : uint32 with get, set
Property Value
Type:
UInt32
RemarksThe default is 2500 (2.5 seconds).
See Also