AsyncResult.AsyncState Property
Gets a user-defined object that contains information about the asynchronous operation.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim asyncResult1 As AsyncResult
Dim returnValue As Object
returnValue = asyncResult1.AsyncState
Syntax
'Declaration
Public ReadOnly Property AsyncState() As Object
public object AsyncState {get;}
public:
property virtual Object^ AsyncState {
Object^ get();
}
public System.Object get_AsyncState();
public function get AsyncState() : Object;
Property Value
An object containing information about the asynchronous operation.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
AsyncResult Class
AsyncResult Members
Microsoft.Web.Services3 Namespace