Reference Library
StartMonitor Method (events, userState)
NamespacesAvaya.ApplicationEnablement.DMCCCallInformationLinkStartMonitor(CallInformationLink..::.CallInformationEvents, Object)
Request monitoring on the links.
Declaration Syntax
C#Visual BasicVisual C++
public int StartMonitor(
	CallInformationLink..::.CallInformationEvents events,
	Object userState
)
Public Function StartMonitor ( _
	events As CallInformationLink..::.CallInformationEvents, _
	userState As Object _
) As Integer
public:
virtual int StartMonitor(
	CallInformationLink..::.CallInformationEvents^ events, 
	Object^ userState
) sealed
Parameters
events (CallInformationLink..::.CallInformationEvents)
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)