June 2002
Intermediate to advanced
816 pages
28h 12m
English
WebClientAsyncResult
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 : Implements IAsyncResult ' Public Instance Properties Public ReadOnly Property AsyncState As Object Implements IAsyncResult.AsyncState Public ReadOnly Property AsyncWaitHandle As WaitHandle Implements IAsyncResult.AsyncWaitHandle Public ReadOnly Property CompletedSynchronously As Boolean Implements_ IAsyncResult.CompletedSynchronously Public ReadOnly Property IsCompleted As Boolean_ Implements IAsyncResult.IsCompleted ' Public Instance Methods Public Sub Abort() End Class
Read now
Unlock full access