Freigeben über


PlayToAllOptions Konstruktoren

Definition

Überlädt

PlayToAllOptions(PlaySource)

Erstellt ein neues PlayToAllOptions-Objekt.

PlayToAllOptions(IEnumerable<PlaySource>)

Erstellt ein neues PlayToAllOptions-Objekt.

PlayToAllOptions(PlaySource)

Quelle:
PlayToAllOptions.cs
Quelle:
PlayToAllOptions.cs

Erstellt ein neues PlayToAllOptions-Objekt.

public PlayToAllOptions (Azure.Communication.CallAutomation.PlaySource playSource);
new Azure.Communication.CallAutomation.PlayToAllOptions : Azure.Communication.CallAutomation.PlaySource -> Azure.Communication.CallAutomation.PlayToAllOptions
Public Sub New (playSource As PlaySource)

Parameter

playSource
PlaySource

Gilt für:

PlayToAllOptions(IEnumerable<PlaySource>)

Quelle:
PlayToAllOptions.cs
Quelle:
PlayToAllOptions.cs

Erstellt ein neues PlayToAllOptions-Objekt.

public PlayToAllOptions (System.Collections.Generic.IEnumerable<Azure.Communication.CallAutomation.PlaySource> playSources);
new Azure.Communication.CallAutomation.PlayToAllOptions : seq<Azure.Communication.CallAutomation.PlaySource> -> Azure.Communication.CallAutomation.PlayToAllOptions
Public Sub New (playSources As IEnumerable(Of PlaySource))

Parameter

playSources
IEnumerable<PlaySource>

Gilt für: