Click or drag to resize
UpdateMapMapOperationRemoveFromSet Method (RiakString, IEnumerableRiakString)

[Missing <summary> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.RemoveFromSet(RiakClient.RiakString,System.Collections.Generic.IEnumerable{RiakClient.RiakString})"]

Namespace:  RiakClient.Commands.CRDT
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public UpdateMapMapOperation RemoveFromSet(
	RiakString key,
	IEnumerable<RiakString> values
)

Parameters

key
Type: RiakClientRiakString

[Missing <param name="key"/> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.RemoveFromSet(RiakClient.RiakString,System.Collections.Generic.IEnumerable{RiakClient.RiakString})"]

values
Type: System.Collections.GenericIEnumerableRiakString

[Missing <param name="values"/> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.RemoveFromSet(RiakClient.RiakString,System.Collections.Generic.IEnumerable{RiakClient.RiakString})"]

Return Value

Type: UpdateMapMapOperation

[Missing <returns> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.RemoveFromSet(RiakClient.RiakString,System.Collections.Generic.IEnumerable{RiakClient.RiakString})"]

See Also