Reference Library
ThirdPartyCallController..::..ThirdPartyCallControlEvents Constructor (initialState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallController..::..ThirdPartyCallControlEventsThirdPartyCallController..::..ThirdPartyCallControlEvents(Boolean)
Create a ThirdPartyCallControlEvents object and set all the monitors to the value of initialState.
Declaration Syntax
C#Visual BasicVisual C++
public ThirdPartyCallControlEvents(
	bool initialState
)
Public Sub New ( _
	initialState As Boolean _
)
public:
ThirdPartyCallControlEvents(
	bool initialState
)
Parameters
initialState (Boolean)
The inititial state for all the items that can be monitored. After object is constructed, reset the individiual items to reflect which events you actually want (or do not want) monitored.

Assembly: ServiceProvider (Module: ServiceProvider)