Click or drag to resize
UpdateMapMapOperationIncrementCounter Method

[Missing <summary> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.IncrementCounter(RiakClient.RiakString,System.Int64)"]

Namespace:  RiakClient.Commands.CRDT
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public UpdateMapMapOperation IncrementCounter(
	RiakString key,
	long increment
)

Parameters

key
Type: RiakClientRiakString

[Missing <param name="key"/> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.IncrementCounter(RiakClient.RiakString,System.Int64)"]

increment
Type: SystemInt64

[Missing <param name="increment"/> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.IncrementCounter(RiakClient.RiakString,System.Int64)"]

Return Value

Type: UpdateMapMapOperation

[Missing <returns> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.IncrementCounter(RiakClient.RiakString,System.Int64)"]

See Also