Click or drag to resize
Timeout  Conversion (TimeSpan to Timeout)
Cast the value of this TimeSpan to a Timeout.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static implicit operator Timeout (
	TimeSpan timespan
)

Parameters

timespan
Type: SystemTimeSpan
The TimeSpan value to cast to a Timeout.

Return Value

Type: Timeout
A Timeout based on the value of the this TimeSpan.
See Also