Edit

Share via


PresenceCategory Constructors

Definition

Overloads

PresenceCategory(PresenceCategoryWithMetaData)

Creates a new instance of the PresenceCategory class.

PresenceCategory(String)

Creates a new instance of the PresenceCategory class.

PresenceCategory(PresenceCategoryWithMetaData)

Creates a new instance of the PresenceCategory class.

protected:
 PresenceCategory(Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^ category);
protected PresenceCategory (Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData category);
new Microsoft.Rtc.Collaboration.Presence.PresenceCategory : Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData -> Microsoft.Rtc.Collaboration.Presence.PresenceCategory
Protected Sub New (category As PresenceCategoryWithMetaData)

Parameters

category
PresenceCategoryWithMetaData

The category to copy.

Applies to

PresenceCategory(String)

Creates a new instance of the PresenceCategory class.

protected:
 PresenceCategory(System::String ^ name);
protected PresenceCategory (string name);
new Microsoft.Rtc.Collaboration.Presence.PresenceCategory : string -> Microsoft.Rtc.Collaboration.Presence.PresenceCategory
Protected Sub New (name As String)

Parameters

name
String

The name of the presence category.

Applies to