WebClientAsyncResult::AsyncState Property

 

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

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property Object^ AsyncState {
	virtual Object^ get() sealed;
}

Property Value

Type: System::Object^

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

.NET Framework
Available since 1.1
Return to top
Show: