Edit

Share via


RoutingCategory Constructors

Definition

Overloads

RoutingCategory(PresenceCategoryWithMetaData)
RoutingCategory(String)

RoutingCategory(PresenceCategoryWithMetaData)

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

Parameters

Applies to

RoutingCategory(String)

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

Parameters

name
String

Applies to