Reference Library
FlushToneCollectionBuffer Method (sendEvent, clearCriteria, userState)
NamespacesAvaya.ApplicationEnablement.DMCCMediaFlushToneCollectionBuffer(Boolean, Boolean, Object)
Send a Flush Tone Collection XML message to the server
Declaration Syntax
C#Visual BasicVisual C++
public int FlushToneCollectionBuffer(
	bool sendEvent,
	bool clearCriteria,
	Object userState
)
Public Function FlushToneCollectionBuffer ( _
	sendEvent As Boolean, _
	clearCriteria As Boolean, _
	userState As Object _
) As Integer
public:
virtual int FlushToneCollectionBuffer(
	bool sendEvent, 
	bool clearCriteria, 
	Object^ userState
) sealed
Parameters
sendEvent (Boolean)
Set to true if you want the toneretrieval eent to be sent.
clearCriteria (Boolean)
Set to true if you want to clear the criteria.
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)