Reference Library
StartPlaying Method (fileNameList, toneTermination, repeatInfo, userState)
NamespacesAvaya.ApplicationEnablement.DMCCMediaStartPlaying(List<(Of <(String>)>), Boolean, Media..::.PlayRepeatInfo, Object)
Send a Start Playing XML message to the server
Declaration Syntax
C#Visual BasicVisual C++
public int StartPlaying(
	List<string> fileNameList,
	bool toneTermination,
	Media..::.PlayRepeatInfo repeatInfo,
	Object userState
)
Public Function StartPlaying ( _
	fileNameList As List(Of String), _
	toneTermination As Boolean, _
	repeatInfo As Media..::.PlayRepeatInfo, _
	userState As Object _
) As Integer
public:
virtual int StartPlaying(
	List<String^>^ fileNameList, 
	bool toneTermination, 
	Media..::.PlayRepeatInfo^ repeatInfo, 
	Object^ userState
) sealed
Parameters
fileNameList (List<(Of <(String>)>))
List of filenames.
toneTermination (Boolean)
Set this to true if you want to terminate playing the file when a tone is detected.
repeatInfo (Media..::.PlayRepeatInfo)
Infomration about if the file should be repeated (currently unsupported)
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)