Partilhar via


ConversationSettings.GetDerivedConversationId Method

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.

See Also

Reference

ConversationSettings Class

ConversationSettings Members

Microsoft.Rtc.Collaboration Namespace