PlayOptions Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PlayOptions(PlaySource, IEnumerable<CommunicationIdentifier>) |
Cria um novo objeto PlayOptions. |
PlayOptions(IEnumerable<PlaySource>, IEnumerable<CommunicationIdentifier>) |
Cria um novo objeto PlayOptions. |
PlayOptions(PlaySource, IEnumerable<CommunicationIdentifier>)
- Origem:
- PlayOptions.cs
- Origem:
- PlayOptions.cs
Cria um novo objeto 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))
Parâmetros
- playSource
- PlaySource
- playTo
- IEnumerable<CommunicationIdentifier>
Aplica-se a
PlayOptions(IEnumerable<PlaySource>, IEnumerable<CommunicationIdentifier>)
- Origem:
- PlayOptions.cs
- Origem:
- PlayOptions.cs
Cria um novo objeto 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))
Parâmetros
- playSources
- IEnumerable<PlaySource>
- playTo
- IEnumerable<CommunicationIdentifier>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET