Constructor
| C# | Visual Basic | Visual C++ |
public ThirdPartyCallControlCommonEventArgs( XmlDocument xmlDocument, ThirdPartyCallController thirdPtyCallControl )
Public Sub New ( _ xmlDocument As XmlDocument, _ thirdPtyCallControl As ThirdPartyCallController _ )
public: ThirdPartyCallControlCommonEventArgs( XmlDocument^ xmlDocument, ThirdPartyCallController^ thirdPtyCallControl )
- xmlDocument (XmlDocument)
- The XmlDocument which contains the data we received from teh DMCC server.
- thirdPtyCallControl (ThirdPartyCallController)
Assembly: ServiceProvider (Module: ServiceProvider)