IBucket Remove Method (IList String )Couchbase .NET SDK 2.0
Removes a range of documents for a given set of keys

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IDictionary<string, IOperationResult> Remove(
	IList<string> keys
)

Parameters

keys
Type: System.Collections.Generic IList String 
The keys to remove

Return Value

Type: IDictionary String, IOperationResult 
A Dictionary TKey, TValue  of the keys sent and the IOperationResult T  result.
See Also