RoutingCategory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class RoutingCategory abstract : Microsoft::Rtc::Collaboration::Presence::PresenceCategory
public abstract class RoutingCategory : Microsoft.Rtc.Collaboration.Presence.PresenceCategory
type RoutingCategory = class
inherit PresenceCategory
Public MustInherit Class RoutingCategory
Inherits PresenceCategory
- Inheritance
- Derived
Constructors
RoutingCategory(PresenceCategoryWithMetaData) | |
RoutingCategory(String) |
Fields
InstanceIdUnknown |
Instance ID is unknown. (Inherited from PresenceCategory) |
Name |
Properties
CategoryName |
Gets the name of the category. (Inherited from PresenceCategory) |
Methods
CreateExpiryPolicy() |
Creates an expiry policy. (Inherited from PresenceCategory) |
CreateInstanceId(RealTimeEndpoint) |
Any category class where instanceId needs to be generated as custom, should override this method. In publication if instanceId is custom, then this method will be invoked. (Inherited from PresenceCategory) |
GetCategoryDataXml() |
Returns the XML string represented by this category. (Inherited from PresenceCategory) |