ThreadTimeout Methods |
The ThreadTimeout type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | After(Int32) |
Specify a new timeout. Note that the calling thread's timeout will only be
changed if the specified timeout is less then any existing timeout already
active on the thread.
|
![]() ![]() | After(TimeSpan) |
Specify a new timeout. Note that the calling thread's timeout will only be
changed if the specified timeout is less than any existing timeout already
active on the thread.
|
![]() | Dispose |
As part of closing the ThreadTimeout resource any former timeout will be restored.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from 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 | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Override |
Specify a new timeout, potentially extending an already active timeout.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |