CouchbaseClientSection.OperationLifespan Property Couchbase .NET SDK 2.0
Gets or sets an uint value that determines the maximum lifespan of an operation before it is abandonned.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public uint OperationLifespan { get; set; }

Property Value

Type: UInt32
Remarks
The default is 2500 (2.5 seconds).
See Also