PlayToAllOptions Constructors
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.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.