Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identifier for a new conversation that is extended from a previous conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Function GetDerivedConversationId ( _
previousConversationId As String _
) As String
'Usage
Dim previousConversationId As String
Dim returnValue As String
returnValue = ConversationSettings.GetDerivedConversationId(previousConversationId)
public static string GetDerivedConversationId(
string previousConversationId
)
Parameters
- previousConversationId
Type: System.String
previous conversation identifier.
Return Value
Type: System.String
The new conversation identifier.