Partager via


PlayOptions Constructeurs

Définition

Surcharges

PlayOptions(PlaySource, IEnumerable<CommunicationIdentifier>)

Crée un objet PlayOptions.

PlayOptions(IEnumerable<PlaySource>, IEnumerable<CommunicationIdentifier>)

Crée un objet PlayOptions.

PlayOptions(PlaySource, IEnumerable<CommunicationIdentifier>)

Source:
PlayOptions.cs
Source:
PlayOptions.cs

Crée un objet PlayOptions.

public PlayOptions (Azure.Communication.CallAutomation.PlaySource playSource, System.Collections.Generic.IEnumerable<Azure.Communication.CommunicationIdentifier> playTo);
new Azure.Communication.CallAutomation.PlayOptions : Azure.Communication.CallAutomation.PlaySource * seq<Azure.Communication.CommunicationIdentifier> -> Azure.Communication.CallAutomation.PlayOptions
Public Sub New (playSource As PlaySource, playTo As IEnumerable(Of CommunicationIdentifier))

Paramètres

playSource
PlaySource

S’applique à

PlayOptions(IEnumerable<PlaySource>, IEnumerable<CommunicationIdentifier>)

Source:
PlayOptions.cs
Source:
PlayOptions.cs

Crée un objet PlayOptions.

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

Paramètres

playSources
IEnumerable<PlaySource>

S’applique à