Send a Generate Digits request to the server.
| C# | Visual Basic | Visual 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
- 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.
The Invoke ID of the XML message sent to the server.
Assembly: ServiceProvider (Module: ServiceProvider)