Reference Library
GenerateDigits Method (connectionToSendDigits, charactersToSend, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerGenerateDigits(ThirdPartyCallController..::..CallIdentifier, String, Object)
Send a Generate Digits request to the server.
Declaration Syntax
C#Visual BasicVisual C++
int GenerateDigits(
	ThirdPartyCallController..::..CallIdentifier connectionToSendDigits,
	string charactersToSend,
	Object userState
)
Function GenerateDigits ( _
	connectionToSendDigits As ThirdPartyCallController..::..CallIdentifier, _
	charactersToSend As String, _
	userState As Object _
) As Integer
int GenerateDigits(
	ThirdPartyCallController..::..CallIdentifier^ connectionToSendDigits, 
	String^ charactersToSend, 
	Object^ userState
)
Parameters
connectionToSendDigits (ThirdPartyCallController..::..CallIdentifier)
The Connection ID of the call that the digits should be sent to.
charactersToSend (String)
A string which has the digits you want to send.
userState (Object)
The Invoke ID of the XML message sent to the server.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)