Overload List

  NameDescription
Timeout()()()
Initializes a new instance of the Timeout class. The timeout is initialized as a relative timeout of zero seconds.
Timeout(Timeout)
Initializes a new instance of the Timeout class from a pre-existing timeout.
Timeout(Double)
Initializes a new instance of the Timeout class as a relative timeout given a floating-point value for the number of seconds.
Timeout(Int64, Int32)
Initializes a new instance of the Timeout class as a relative timeout given the number of seconds and nanoseconds.
Timeout(Int64, Int32, Boolean)
Initializes a new instance of the Timeout class as an absolute or relative timeout given the number of seconds and nanoseconds.

See Also