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

ServerCall.RemoveParticipantAsync(String, CancellationToken) 方法

定义

从通话中删除参与者。

public virtual System.Threading.Tasks.Task<Azure.Response> RemoveParticipantAsync (string participantId, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveParticipantAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RemoveParticipantAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function RemoveParticipantAsync (participantId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

参数

participantId
String

参与者 ID。

cancellationToken
CancellationToken

取消标记。

返回

适用于