StreamingRequestHandler.HasConversation(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.
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.