Reference Library
GenerateDigits Method (connectionToSendDigits, charactersToSend, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerGenerateDigits(ThirdPartyCallController..::.CallIdentifier, String, Object)
Send a Generate Digits request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int GenerateDigits(
	ThirdPartyCallController..::.CallIdentifier connectionToSendDigits,
	string charactersToSend,
	Object userState
)
Public Function GenerateDigits ( _
	connectionToSendDigits As ThirdPartyCallController..::.CallIdentifier, _
	charactersToSend As String, _
	userState As Object _
) As Integer
public:
virtual int GenerateDigits(
	ThirdPartyCallController..::.CallIdentifier^ connectionToSendDigits, 
	String^ charactersToSend, 
	Object^ userState
) sealed
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)