你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PlayOptions 构造函数

定义

重载

PlayOptions(PlaySource, IEnumerable<CommunicationIdentifier>)

创建新的 PlayOptions 对象。

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

创建新的 PlayOptions 对象。

PlayOptions(PlaySource, IEnumerable<CommunicationIdentifier>)

Source:
PlayOptions.cs
Source:
PlayOptions.cs

创建新的 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))

参数

playSource
PlaySource

适用于

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

Source:
PlayOptions.cs
Source:
PlayOptions.cs

创建新的 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))

参数

playSources
IEnumerable<PlaySource>

适用于