AsyncResult.AsyncState Property

Gets a user-defined object that contains information about the asynchronous operation.

Namespace: Microsoft.Web.Services2
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim asyncResult1 As AsyncResult

Dim returnValue As Object
returnValue = asyncResult1.AsyncState

Syntax

'Declaration
Public Overridable ReadOnly Property AsyncState() As Object
public virtual object AsyncState {get;}
public: property 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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

AsyncResult Class
Microsoft.Web.Services2 Namespace

Other Resources

AsyncResult Members