AsyncResult Constructor ()
Initializes a new instance of the AsyncResult class.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim asyncResult1 As New AsyncResult()
Syntax
'Declaration
Protected Sub New()
protected AsyncResult();
protected:
AsyncResult();
protected AsyncResult();
protected function AsyncResult();
Remarks
Use this constructor when state information or a callback is not needed.
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