Share via


PlayToAllOptions Constructors

Definition

Overloads

PlayToAllOptions(PlaySource)

Creates a new PlayToAllOptions object.

PlayToAllOptions(IEnumerable<PlaySource>)

Creates a new PlayToAllOptions object.

PlayToAllOptions(PlaySource)

Source:
PlayToAllOptions.cs
Source:
PlayToAllOptions.cs

Creates a new PlayToAllOptions object.

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)

Parameters

playSource
PlaySource

Applies to

PlayToAllOptions(IEnumerable<PlaySource>)

Source:
PlayToAllOptions.cs
Source:
PlayToAllOptions.cs

Creates a new PlayToAllOptions object.

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))

Parameters

playSources
IEnumerable<PlaySource>

Applies to