Share via


ChannelServiceHandlerBase.HandleDeleteConversationMemberAsync Method

Definition

Deletes a member from a conversation.

public System.Threading.Tasks.Task HandleDeleteConversationMemberAsync (string authHeader, string conversationId, string memberId, System.Threading.CancellationToken cancellationToken = default);
member this.HandleDeleteConversationMemberAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function HandleDeleteConversationMemberAsync (authHeader As String, conversationId As String, memberId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

authHeader
String

The authentication header.

conversationId
String

The conversation Id.

memberId
String

Id of the member to delete from this conversation.

cancellationToken
CancellationToken

A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Returns

A Task representing the asynchronous operation.

Applies to