Del via


StreamingRequestHandler.ForgetConversation(String) Method

Definition

Removes the given conversation from this instance of the StreamingRequestHandler's collection of tracked conversations.

public void ForgetConversation (string conversationId);
member this.ForgetConversation : string -> unit
Public Sub ForgetConversation (conversationId As String)

Parameters

conversationId
String

The ID of the conversation to remove.

Applies to