MemcachedBucket Remove Method (String, UInt64, ReplicateTo)Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.MemcachedBucket.Remove(System.String,System.UInt64,Couchbase.ReplicateTo)"]

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public IOperationResult Remove(
	string key,
	ulong cas,
	ReplicateTo replicateTo
)

Parameters

key
Type: System String

[Missing <param name="key"/> documentation for "M:Couchbase.MemcachedBucket.Remove(System.String,System.UInt64,Couchbase.ReplicateTo)"]

cas
Type: System UInt64

[Missing <param name="cas"/> documentation for "M:Couchbase.MemcachedBucket.Remove(System.String,System.UInt64,Couchbase.ReplicateTo)"]

replicateTo
Type: Couchbase ReplicateTo

[Missing <param name="replicateTo"/> documentation for "M:Couchbase.MemcachedBucket.Remove(System.String,System.UInt64,Couchbase.ReplicateTo)"]

Return Value

Type: IOperationResult

[Missing <returns> documentation for "M:Couchbase.MemcachedBucket.Remove(System.String,System.UInt64,Couchbase.ReplicateTo)"]

Implements

IBucket Remove(String, UInt64, ReplicateTo)
See Also