Reference Library
UnhandledXmlMessageEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCUnhandledXmlMessageEventHandler
Unhandled XML Message delegate. Notification to the application that this object has received an XML message but did not process it.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void UnhandledXmlMessageEventHandler(
	Object sender,
	XmlProcessor..::..UnhandledXmlMessageEventArgs e
)
Public Delegate Sub UnhandledXmlMessageEventHandler ( _
	sender As Object, _
	e As XmlProcessor..::..UnhandledXmlMessageEventArgs _
)
public delegate void UnhandledXmlMessageEventHandler(
	Object^ sender, 
	XmlProcessor..::..UnhandledXmlMessageEventArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (XmlProcessor..::..UnhandledXmlMessageEventArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)