Click or drag to resize

SyncResultT Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An object to track the status of an operation that is using the IAsyncResult pattern but will be completed synchronously.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.ConcurrencySyncResultT

Namespace:  Telogis.GeoBase.Concurrency
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class SyncResult<T> : IAsyncResult

Type Parameters

T
The type of object that will be returned by the operation.

The SyncResultT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAsyncState
User object that is associated with the operation.
Public propertyAsyncWaitHandle
A handle that may be used to wait for the operation to complete. The handle is set to signaled immediately.
Public propertyCompletedSynchronously
Whether the operation completed synchronously. Always true.
Public propertyIsCompleted
Whether the operation is complete. Always true.
Public propertyResult
The result of the operation.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also