AsyncResultTAsyncState Property |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
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
Property Value
Type:
ObjectImplements
IAsyncResultAsyncState
See Also