次の方法で共有


Conversation.RemoveParticipantAsync メソッド

定義

オーバーロード

RemoveParticipantAsync(Participant)

Participant オブジェクトを使用して、会話の参加者を非同期的に削除します。

RemoveParticipantAsync(User)

User オブジェクトを使用して、会話の参加者を非同期的に削除します。

RemoveParticipantAsync(String)

ユーザー識別子を使用して、会話から参加者を非同期的に削除します。

RemoveParticipantAsync(Participant)

Participant オブジェクトを使用して、会話の参加者を非同期的に削除します。

public System.Threading.Tasks.Task RemoveParticipantAsync(Microsoft.CognitiveServices.Speech.Transcription.Participant participant);
member this.RemoveParticipantAsync : Microsoft.CognitiveServices.Speech.Transcription.Participant -> System.Threading.Tasks.Task
Public Function RemoveParticipantAsync (participant As Participant) As Task

パラメーター

participant
Participant

Participant オブジェクト。

戻り値

参加者の追加を表す非同期操作。

適用対象

RemoveParticipantAsync(User)

User オブジェクトを使用して、会話の参加者を非同期的に削除します。

public System.Threading.Tasks.Task RemoveParticipantAsync(Microsoft.CognitiveServices.Speech.Transcription.User user);
member this.RemoveParticipantAsync : Microsoft.CognitiveServices.Speech.Transcription.User -> System.Threading.Tasks.Task
Public Function RemoveParticipantAsync (user As User) As Task

パラメーター

user
User

User オブジェクト。

戻り値

参加者の削除を表す非同期操作。

適用対象

RemoveParticipantAsync(String)

ユーザー識別子を使用して、会話から参加者を非同期的に削除します。

public System.Threading.Tasks.Task RemoveParticipantAsync(string userId);
member this.RemoveParticipantAsync : string -> System.Threading.Tasks.Task
Public Function RemoveParticipantAsync (userId As String) As Task

パラメーター

userId
String

ユーザー識別子。

戻り値

参加者の削除を表す非同期操作。

適用対象