System.Web.Services.Protocols.WebClientAsyncResult Class

Provides an implementation of IAsyncResult for use by XML Web service proxies to implement the standard asynchronous method pattern.

See Also: WebClientAsyncResult Members

Syntax

public class WebClientAsyncResult : IAsyncResult

Remarks

When you call the BeginMyMethodName method, where MyMethodName is the synchronous version of the method, on an XML Web service proxy class, an instance of the System.Web.Services.Protocols.WebClientAsyncResult is returned. Following the standard asynchronous design pattern, that instance of System.Web.Services.Protocols.WebClientAsyncResult must later be passed to EndMyMethodName to complete the asynchronous method call.

For details on calling XML Web services asynchronously, see [<topic://cpconInvokingWebServicesAsynchronously>].

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0