Services Members
Include Protected Members
Include Inherited Members
Services represent the "services" category which captures the capabilities of a presentity.
The Services type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Services | Create an instance of the Services class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationSharingEnabled | Gets whether this presentity is capable of supporting an application sharing session. | |
AudioEnabled | Gets whether this presentity is capable of supporting an audio conversation. | |
CategoryName | Gets the name of the category. (inherited from PresenceCategory) | |
InstantMessagingEnabled | Gets whether this presentity is capable of supporting an instance messaging (IM) conversation. | |
ServiceList | Gets the list of all the service capabilities. | |
VideoEnabled | Gets whether this presentity is capable of supporting an video conversation. |
Top
Methods
Name | Description | |
---|---|---|
CreateExpiryPolicy | Creates an expiry policy. (inherited from PresenceCategory) | |
CreateInstanceId | 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) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetCategoryDataXml | Returns this services instance as a serialized xml. (Overrides PresenceCategory.GetCategoryDataXml().) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top