Reference Library
StartMonitor Method (events, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIMediaStartMonitor(Media..::.MediaEvents, Object)
Send a Start Monitor XML message to the server
Declaration Syntax
C#Visual BasicVisual C++
int StartMonitor(
	Media..::.MediaEvents events,
	Object userState
)
Function StartMonitor ( _
	events As Media..::.MediaEvents, _
	userState As Object _
) As Integer
int StartMonitor(
	Media..::.MediaEvents^ events, 
	Object^ userState
)
Parameters
events (Media..::.MediaEvents)
What events are to be monitored.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)