CallingServerModelFactory.ToneInfo(Int32, ToneValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ToneInfo.
public static Azure.Communication.CallingServer.ToneInfo ToneInfo (int sequenceId = 0, Azure.Communication.CallingServer.ToneValue tone = default);
static member ToneInfo : int * Azure.Communication.CallingServer.ToneValue -> Azure.Communication.CallingServer.ToneInfo
Public Shared Function ToneInfo (Optional sequenceId As Integer = 0, Optional tone As ToneValue = Nothing) As ToneInfo
Parameters
- sequenceId
- Int32
The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed.
- tone
- ToneValue
The tone value.
Returns
A new ToneInfo instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET