Gets or sets the operation lifespan, maximum time in milliseconds allowed for an operation to run.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Nullable<uint> OperationLifespan { get; set; }
public Nullable<uint> OperationLifespan { get; set; }
Public Property OperationLifespan As Nullable(Of UInteger)
Get
Set
Public Property OperationLifespan As Nullable(Of UInteger)
Get
Set
public:
property Nullable<unsigned int> OperationLifespan {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}
public:
property Nullable<unsigned int> OperationLifespan {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}
member OperationLifespan : Nullable<uint32> with get, set
member OperationLifespan : Nullable<uint32> with get, set
Property Value
Type:
Nullable<UInt32>
See Also