SyncResultT Class | ![]() |
Namespace: Telogis.GeoBase.Concurrency
The SyncResultT type exposes the following members.
Name | Description | |
---|---|---|
![]() | SyncResultT |
Creates a SyncResult.
|
Name | Description | |
---|---|---|
![]() | AsyncState |
User object that is associated with the operation.
|
![]() | AsyncWaitHandle |
A handle that may be used to wait for the operation to complete. The handle is set
to signaled immediately.
|
![]() | CompletedSynchronously |
Whether the operation completed synchronously. Always true.
|
![]() | IsCompleted |
Whether the operation is complete. Always true.
|
![]() | Result |
The result of the operation.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |