Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that handles the DispatchFailed event of a SoapTransport.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Sub Sub1(sender As Object, _
e As SoapTransport.DispatchFailedEventArgs)
End Sub
Dim soapTransport_DispatchFailedEventHandler1 As New SoapTransport.DispatchFailedEventHandler(AddressOf Sub1)
Syntax
'Declaration
Public Delegate Sub SoapTransport.DispatchFailedEventHandler( _
ByVal sender As Object, _
ByVal e As SoapTransport.DispatchFailedEventArgs _
)
public delegate void SoapTransport.DispatchFailedEventHandler(
object sender,
SoapTransport.DispatchFailedEventArgs e
);
public delegate void SoapTransport::DispatchFailedEventHandler(
Object^ sender,
SoapTransport.DispatchFailedEventArgs^ e
);
public delegate void SoapTransport.DispatchFailedEventHandler(
System.Object sender,
SoapTransport.DispatchFailedEventArgs e
);
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
Parameters
- sender
The SOAP message sender.
- e
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server