PresenceNotification

Metreos.Types.Presence.PresenceNotification

Summary

The PresenceNotification type parses the XML data and populates data structures for C# processing.

Usage

The PresenceNotification is a complex data structure. To inspect all the available members and methods, one can use Lutz Roeder's Reflector tool.

Remarks

A link to an example application using this type is coming soon.

Parseable Inputs
.NET TypeDescription
stringTakes the notification message for an event list subscription and parses and builds a ResourceList object if the message is for an event list or a Resource object if it is for a single resource notification. The application should check the Resource and ResourceList properties to determine which type of event it is.

No Public Methods

Accessible Public Properties
Property Name.NET TypeDescription
ResourceListMetreos.Types.Presence.ResourceListThe resulting resource list object if the notification is for an event list; otherwise null.
ResourceMetreos.Types.Presence.ResourceThe resulting resource object if the notification is for a single resource; otherwise null.