Sdílet prostřednictvím


Channel.Id Property

Definition

Gets a non-localized, unique identifier for the channel.

public:
 property System::String ^ Id { System::String ^ get(); };
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String

Property Value

Remarks

This value is expected to be unique and owned by a specific client that creates channels. If a consumer ever sees a channel with the same Id value as seen previously, anything referenced by the old one should be destroyed.

Applies to