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 ReadOnly Property AsyncState As Object

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: