This documentation is archived and is not being maintained.

WebClientAsyncResult.AsyncState Property

Gets the object provided in the last parameter to the Begin method asynchronous call.

[Visual Basic]
Public Overridable ReadOnly Property AsyncState As Object  _
   Implements IAsyncResult.AsyncState
[C#]
public virtual object AsyncState {get;}
[C++]
public: __property virtual Object* get_AsyncState();
[JScript]
public function get AsyncState() : Object;

Property Value

The Object provided in the last parameter to the Begin method call.

Implements

IAsyncResult.AsyncState

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

WebClientAsyncResult Class | WebClientAsyncResult Members | System.Web.Services.Protocols Namespace | AsyncState

Show: