Reference Library
StopDubbing Method (fileName, userState)
NamespacesAvaya.ApplicationEnablement.DMCCMediaStopDubbing(String, Object)
Send a Stop Dubbing XML message to the server
Declaration Syntax
C#Visual BasicVisual C++
public int StopDubbing(
	string fileName,
	Object userState
)
Public Function StopDubbing ( _
	fileName As String, _
	userState As Object _
) As Integer
public:
virtual int StopDubbing(
	String^ fileName, 
	Object^ userState
) sealed
Parameters
fileName (String)
Name of the file to stop dubbing on.
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)