Click or drag to resize
ListKeysBuilderWithCallback Method

[Missing <summary> documentation for "M:RiakClient.Commands.TS.ListKeys.Builder.WithCallback(System.Action{RiakClient.Commands.TS.ListKeysResponse})"]

Namespace:  RiakClient.Commands.TS
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public ListKeysBuilder WithCallback(
	Action<ListKeysResponse> callback
)

Parameters

callback
Type: SystemActionListKeysResponse

[Missing <param name="callback"/> documentation for "M:RiakClient.Commands.TS.ListKeys.Builder.WithCallback(System.Action{RiakClient.Commands.TS.ListKeysResponse})"]

Return Value

Type: ListKeysBuilder

[Missing <returns> documentation for "M:RiakClient.Commands.TS.ListKeys.Builder.WithCallback(System.Action{RiakClient.Commands.TS.ListKeysResponse})"]

See Also