Partager via


Meeting.RemoveParticipantAsync Méthode

Définition

Surcharges

RemoveParticipantAsync(Participant)

Supprimez un participant à une réunion à l’aide de l’objet Participant de manière asynchrone.

RemoveParticipantAsync(User)

Supprimez un participant à une réunion à l’aide de l’objet User de manière asynchrone.

RemoveParticipantAsync(String)

Supprimez un participant d’une réunion à l’aide d’un identificateur d’utilisateur de manière asynchrone.

RemoveParticipantAsync(Participant)

Supprimez un participant à une réunion à l’aide de l’objet Participant de manière asynchrone.

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

Paramètres

participant
Participant

Objet Participant.

Retours

Opération asynchrone représentant l’ajout d’un participant.

S’applique à

RemoveParticipantAsync(User)

Supprimez un participant à une réunion à l’aide de l’objet User de manière asynchrone.

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

Paramètres

user
User

Objet User.

Retours

Opération asynchrone représentant la suppression d’un participant.

S’applique à

RemoveParticipantAsync(String)

Supprimez un participant d’une réunion à l’aide d’un identificateur d’utilisateur de manière asynchrone.

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

Paramètres

userId
String

Identificateur d’utilisateur.

Retours

Opération asynchrone représentant la suppression d’un participant.

S’applique à