Reference Library
ThirdPartyCallController..::.ThirdPartyCallControlCommonEventArgs Constructor (xmlDocument, thirdPtyCallControl)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallController..::.ThirdPartyCallControlCommonEventArgsThirdPartyCallController..::.ThirdPartyCallControlCommonEventArgs(XmlDocument, ThirdPartyCallController)
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public ThirdPartyCallControlCommonEventArgs(
	XmlDocument xmlDocument,
	ThirdPartyCallController thirdPtyCallControl
)
Public Sub New ( _
	xmlDocument As XmlDocument, _
	thirdPtyCallControl As ThirdPartyCallController _
)
public:
ThirdPartyCallControlCommonEventArgs(
	XmlDocument^ xmlDocument, 
	ThirdPartyCallController^ thirdPtyCallControl
)
Parameters
xmlDocument (XmlDocument)
The XmlDocument which contains the data we received from teh DMCC server.
thirdPtyCallControl (ThirdPartyCallController)

Assembly: ServiceProvider (Module: ServiceProvider)