Reference Library
InjectXml Method (request, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIXmlProcessorInjectXml(String, Object)
Send XML directly to server. No verification on XML is done before it is sent.
Declaration Syntax
C#Visual BasicVisual C++
int InjectXml(
	string request,
	Object userState
)
Function InjectXml ( _
	request As String, _
	userState As Object _
) As Integer
int InjectXml(
	String^ request, 
	Object^ userState
)
Parameters
request (String)
The string containing the XML message.
userState (Object)
An object which will bt returned upon getting a response.
Return Value
The Invoke ID associated with the message that is sent.

Assembly: ServiceProvider (Module: ServiceProvider)