Reference Library
StartPlaying Method (fileNameList, toneTermination, repeatInfo, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIMediaStartPlaying(List<(Of <(String>)>), Boolean, Media..::.PlayRepeatInfo, Object)
Send a Start Playing XML message to the server
Declaration Syntax
C#Visual BasicVisual C++
int StartPlaying(
	List<string> fileNameList,
	bool toneTermination,
	Media..::.PlayRepeatInfo repeatInfo,
	Object userState
)
Function StartPlaying ( _
	fileNameList As List(Of String), _
	toneTermination As Boolean, _
	repeatInfo As Media..::.PlayRepeatInfo, _
	userState As Object _
) As Integer
int StartPlaying(
	List<String^>^ fileNameList, 
	bool toneTermination, 
	Media..::.PlayRepeatInfo^ repeatInfo, 
	Object^ userState
)
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)
nfomration 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)