Timeout Structure |
Namespace: RiakClient
The Timeout type exposes the following members.
Name | Description | |
---|---|---|
![]() | Timeout(Int32) |
Initializes a new instance of the Timeout struct.
|
![]() | Timeout(TimeSpan) |
Initializes a new instance of the Timeout struct.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Timeout) |
Determines whether the specified object is equal to the current object.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns a hash code for the current object.
Uses the HashCode of the internal TimeSpan value.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the total milliseconds of the timeout.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the specified object is equal to the current object.
|
![]() ![]() | (Int32 to Timeout) |
Cast the value of this Int32 to a Timeout.
|
![]() ![]() | (Timeout to Int32) |
Cast the value of this Timeout to an Int32.
|
![]() ![]() | (Timeout to UInt32) |
Cast the value of this Timeout to a UInt32.
|
![]() ![]() | (TimeSpan to Timeout) |
Cast the value of this TimeSpan to a Timeout.
|
![]() ![]() | (Timeout to TimeSpan) |
Cast the value of this Timeout to a TimeSpan.
|
![]() ![]() | (Timeout to String) |
Cast the value of this Timeout to a String.
|
![]() ![]() | Inequality |
Determines whether the specified object is not equal to the current object.
|