Edit

Share via


Services(PresenceCategoryWithMetaData) Constructor

Definition

Create an instance of the Services class.

public:
 Services(Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^ category);
public Services (Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData category);
new Microsoft.Rtc.Collaboration.Presence.Services : Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData -> Microsoft.Rtc.Collaboration.Presence.Services
Public Sub New (category As PresenceCategoryWithMetaData)

Parameters

category
PresenceCategoryWithMetaData

Instance of PresenceCategoryWithMetaData to be parsed.

Exceptions

Thrown when category or category.Category are null.

If category.Name is anything other than the PresenceCategoryNames.Services or the xml representing category.Category provided is invalid.

Remarks

The service capability is case sensitive and can only the following types are recognized as valid types: calendar, remoteCallControl, voice, video, CCCP, text, gifInk, isfInk, breakthrough and applicationSharing.

Applies to