Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property AsyncState As Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AsyncResult
Dim value As Object
value = instance.AsyncState
|
| C# | |
|---|
public object AsyncState {get;} |
| C++/CLI | |
|---|
public:
property Object^ AsyncState {
Object^ get();
} |
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also