Click or drag to resize
QueryBuilderWithCallback Method

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

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

Parameters

callback
Type: SystemActionQueryResponse

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

Return Value

Type: QueryBuilder

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

See Also