SoapTransport.DispatchFailed Event

Occurs when a SOAP message fails to dispatch.

Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
WithEvents soapTransport1 As SoapTransport
Function soapTransport1_DispatchFailed(sender As Object, _
    e As SoapTransport.DispatchFailedEventArgs) As Void
    Handles soapTransport1.DispatchFailed
End Function

Syntax

'Declaration
Public Shared Event DispatchFailed As SoapTransport.DispatchFailedEventHandler
public static event SoapTransport.DispatchFailedEventHandler DispatchFailed;
public:
event SoapTransport.DispatchFailedEventHandler^ DispatchFailed;
public static  void add_DispatchFailed(SoapTransport.DispatchFailedEventHandler handler);
public static  void remove_DispatchFailed(SoapTransport.DispatchFailedEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SoapTransport Class
SoapTransport Members
Microsoft.Web.Services3.Messaging Namespace