StreamingRequestHandler.ForgetConversation(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.