Reference Library
Media..::.MediaEvents Constructor (initialState)
NamespacesAvaya.ApplicationEnablement.DMCCMedia..::.MediaEventsMedia..::.MediaEvents(Boolean)
Create a MediaEvents object and set all the monitors to the value of initialState.
Declaration Syntax
C#Visual BasicVisual C++
public MediaEvents(
	bool initialState
)
Public Sub New ( _
	initialState As Boolean _
)
public:
MediaEvents(
	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)