Click or drag to resize
CommandBuilderTBuilder, TCommand, TOptionsWithTimeout Method (TimeSpan)

[Missing <summary> documentation for "M:RiakClient.Commands.CommandBuilder`3.WithTimeout(System.TimeSpan)"]

Namespace:  RiakClient.Commands
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public TBuilder WithTimeout(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:RiakClient.Commands.CommandBuilder`3.WithTimeout(System.TimeSpan)"]

Return Value

Type: TBuilder

[Missing <returns> documentation for "M:RiakClient.Commands.CommandBuilder`3.WithTimeout(System.TimeSpan)"]

See Also