InvokeCompletedEventHandler Delegate
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an event handler that accepts the results of asynchronously invoked Web methods. This class cannot be inherited.
Assembly: System.Web.Services (in System.Web.Services.dll)
public delegate void InvokeCompletedEventHandler( object sender, InvokeCompletedEventArgs e )
Parameters
- sender
-
Type:
System.Object
A reference to the Web service proxy.
- e
-
Type:
System.Web.Services.Protocols.InvokeCompletedEventArgs
An InvokeCompletedEventArgs containing the results of the method invocation.
.NET Framework
Available since 2.0
Available since 2.0
Show: