Share via


StreamingRequestHandler.HasConversation(String) Method

Definition

Checks to see if the set of conversations this StreamingRequestHandler has received requests for contains the passed in conversation ID.

public bool HasConversation (string conversationId);
member this.HasConversation : string -> bool
Public Function HasConversation (conversationId As String) As Boolean

Parameters

conversationId
String

The ID of the conversation to check for.

Returns

True if the conversation ID was found in this StreamingRequestHandler's conversation set.

Applies to