Click or drag to resize
UpdateCounterBuilderWithIncrement Method

[Missing <summary> documentation for "M:RiakClient.Commands.CRDT.UpdateCounter.Builder.WithIncrement(System.Int64)"]

Namespace:  RiakClient.Commands.CRDT
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public UpdateCounterBuilder WithIncrement(
	long increment
)

Parameters

increment
Type: SystemInt64

[Missing <param name="increment"/> documentation for "M:RiakClient.Commands.CRDT.UpdateCounter.Builder.WithIncrement(System.Int64)"]

Return Value

Type: UpdateCounterBuilder

[Missing <returns> documentation for "M:RiakClient.Commands.CRDT.UpdateCounter.Builder.WithIncrement(System.Int64)"]

See Also