KsiServiceAsyncResultAsyncState Property
|
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic Object AsyncState { get; }
Public ReadOnly Property AsyncState As Object
Get
public:
virtual property Object^ AsyncState {
Object^ get () sealed;
}
abstract AsyncState : Object with get
override AsyncState : Object with get
Return Value
Type:
Object
A user-defined object that qualifies or contains information about an asynchronous operation.
Implements
IAsyncResultAsyncState
See Also