AsyncResult Constructor (Object)

Initializes a new instance of the AsyncResult class using the specified asynchronous state information.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim state As Object
Dim asyncResult1 As New AsyncResult(state)

Syntax

'Declaration
Protected Sub New( _
    ByVal state As Object _
)
protected AsyncResult(
    object state
);
protected:
AsyncResult(
    Object^ state
);
protected AsyncResult(
    System.Object state
);
protected function AsyncResult(
     state : Object
);

Parameters

  • state
    A user-defined object that contains information about the asynchronous operation.

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