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