Reference Library
Media..::.StartMonitorResponseArgs Constructor (mediaObj, invokeId, userState, error, monitorId)
NamespacesAvaya.ApplicationEnablement.DMCCMedia..::.StartMonitorResponseArgsMedia..::.StartMonitorResponseArgs(Media, Int32, Object, String, String)
Constructor for the response arguments to a StartMonitor message.
Declaration Syntax
C#Visual BasicVisual C++
public StartMonitorResponseArgs(
	Media mediaObj,
	int invokeId,
	Object userState,
	string error,
	string monitorId
)
Public Sub New ( _
	mediaObj As Media, _
	invokeId As Integer, _
	userState As Object, _
	error As String, _
	monitorId As String _
)
public:
StartMonitorResponseArgs(
	Media^ mediaObj, 
	int invokeId, 
	Object^ userState, 
	String^ error, 
	String^ monitorId
)
Parameters
mediaObj (Media)
Information about the media stream.
invokeId (Int32)
The Invoke Id which should match the Invoke Id of the original request.
userState (Object)
The object the user specified with the original request.
error (String)
The error, if any, returned from the server.
monitorId (String)
The ID of the monitor that was created.

Assembly: ServiceProvider (Module: ServiceProvider)