PersistentChatPreferenceBundle(String, Int32, String) Constructor

Definition

Initializes a new instance of the PersistentChatPreferenceBundle class.

public:
 PersistentChatPreferenceBundle(System::String ^ label, int sequenceID, System::String ^ data);
public PersistentChatPreferenceBundle (string label, int sequenceID, string data);
new Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle : string * int * string -> Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle
Public Sub New (label As String, sequenceID As Integer, data As String)

Parameters

label
String

The Label.

sequenceID
Int32

The SequenceId.

data
String

The Data.

Exceptions

label is null or empty.

Applies to