Click or drag to resize

RemoveOptionsCas Method

[Missing <summary> documentation for "M:Couchbase.KeyValue.RemoveOptions.Cas(System.UInt64)"]

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public RemoveOptions Cas(
	ulong cas
)

Parameters

cas
Type: SystemUInt64

[Missing <param name="cas"/> documentation for "M:Couchbase.KeyValue.RemoveOptions.Cas(System.UInt64)"]

Return Value

Type: RemoveOptions

[Missing <returns> documentation for "M:Couchbase.KeyValue.RemoveOptions.Cas(System.UInt64)"]

See Also