Click or drag to resize
UpdateCounterBuilder Constructor (Int64, UpdateCounterBuilder)

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

Parameters

increment
Type: SystemInt64

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

source
Type: RiakClient.Commands.CRDTUpdateCounterBuilder

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

See Also