Services Class

Services represent the "services" category which captures the capabilities of a presentity.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.Presence.PresenceCategory
    Microsoft.Rtc.Collaboration.Presence.Services

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class Services _
    Inherits PresenceCategory
'Usage
Dim instance As Services
public class Services : PresenceCategory

Remarks

It is typically an aggregation of capabilities of all endpoints of a presentity. Whenever endpoints publish a device category or update its instance, the services category is automatically updated/created by an aggregation script that runs on the server which is republished to all endpoints and watchers who are subscribed to this category.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Services Members

Microsoft.Rtc.Collaboration.Presence Namespace