Reference Library
StartMonitor Method (events, userState)
NamespacesAvaya.ApplicationEnablement.DMCCPhoneStartMonitor(Phone..::.PhoneEvents, Object)
Send a Start Monitor XML message to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int StartMonitor(
	Phone..::.PhoneEvents events,
	Object userState
)
Public Function StartMonitor ( _
	events As Phone..::.PhoneEvents, _
	userState As Object _
) As Integer
public:
virtual int StartMonitor(
	Phone..::.PhoneEvents^ events, 
	Object^ userState
) sealed
Parameters
events (Phone..::.PhoneEvents)
Events that the application wants to monitor.
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)