WebClientAsyncResult

WebClientAsyncResult

System.Web.Services.Protocols (system.web.services.dll)class

This class is used to return a result when invoking a web service method asynchronously, through the corresponding "Begin" and "End" methods. These method variants are created for you when you generate a proxy automatically by using Visual Studio.NET or wsdl.exe.

public class WebClientAsyncResult : IAsyncResult { // Public Instance Properties    public object AsyncState{get; }                  // implements IAsyncResult    public WaitHandle AsyncWaitHandle{get; }         // implements IAsyncResult    public bool CompletedSynchronously{get; }        // implements IAsyncResult    public bool IsCompleted{get; }                   // implements IAsyncResult // Public Instance Methods    public void Abort( ); }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net