Share via


StreamingRequestHandler.ConversationAddedTime(String) Method

Definition

Gets the DateTime when the conversation was added to this request handler.

public DateTime ConversationAddedTime (string conversationId);
member this.ConversationAddedTime : string -> DateTime
Public Function ConversationAddedTime (conversationId As String) As DateTime

Parameters

conversationId
String

The id of the conversation.

Returns

MinValue if conversation is not found, otherwise the DateTime the conversation was added to this StreamingRequestHandler.

Applies to