Click or drag to resize

KsiServiceAsyncResult Class

KSI service async result.
Inheritance Hierarchy

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

The KsiServiceAsyncResult type exposes the following members.

Constructors
  NameDescription
Public methodKsiServiceAsyncResult
Create 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 propertyDocumentHash
Data hash to be signed
Public propertyError
Error thrown
Public propertyHasError
Returns true if error is thrown
Public propertyIsCompleted
Gets a value that indicates whether the asynchronous operation has completed.
Public propertyIsDisposed
True if the instance is disposed
Public propertyLevel
The level value of the aggregation tree node to be signed
Public propertyPostData
Posted bytes
Public propertyRequestId
Request ID
Public propertyResultStream
Result byte stream
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting 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
Complete the async result
Public methodToString (Inherited from Object.)
Top
See Also