Reference Library
XmlProcessor..::.InjectXmlResponseArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCXmlProcessorXmlProcessor..::.InjectXmlResponseArgs
The object responsible for sending and receiving XML messages to the server.
Response to an InjectXml server request.
Declaration Syntax
C#Visual BasicVisual C++
public class InjectXmlResponseArgs : EventArgs
Public Class InjectXmlResponseArgs _
	Inherits EventArgs
public ref class InjectXmlResponseArgs : public EventArgs
Members
All MembersProperties



IconMemberDescription
getError
Exception, if any, returned from the server.

getInvokeId
The Invoke Id that was associated with the message that was sent.

getResponse
The XML Message that was sent.

getUserState
The User State object the application sent with the original request.

Inheritance Hierarchy
Object
EventArgs
 XmlProcessor..::.InjectXmlResponseArgs

Assembly: ServiceProvider (Module: ServiceProvider)