Click or drag to resize

HAAsyncResult Class

High availablity KSI service async result.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Service.HighAvailabilityHAAsyncResult

Namespace:  Guardtime.KSI.Service.HighAvailability
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class HAAsyncResult : IAsyncResult, 
	IDisposable

The HAAsyncResult type exposes the following members.

Constructors
  NameDescription
Public methodHAAsyncResult
Create high availablity KSI service async result instance.
Top
Properties
  NameDescription
Public propertyAsyncState
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Public propertyAsyncWaitHandle
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Public propertyCompletedSynchronously
Gets a value that indicates whether the asynchronous operation completed synchronously.
Public propertyIsCompleted
Gets a value that indicates whether the asynchronous operation has completed.
Public propertyRequestRunner
Get high availability request runner.
Top
Methods
  NameDescription
Public methodDispose
Releasing unmanaged resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetComplete
Set async operation as completed.
Public methodToString (Inherited from Object.)
Top
See Also