ConversationSettings.GetDerivedConversationId(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 identifier for a new conversation that is extended from a previous conversation.
public:
static System::String ^ GetDerivedConversationId(System::String ^ previousConversationId);
public static string GetDerivedConversationId (string previousConversationId);
static member GetDerivedConversationId : string -> string
Public Shared Function GetDerivedConversationId (previousConversationId As String) As String
Parameters
- previousConversationId
- String
previous conversation identifier.
Returns
The new conversation identifier.