Not Serializable
The PresenceNotification type parses the XML data and populates data structures for C# processing.
The PresenceNotification is a complex data structure. To inspect all the available members and methods, one can use Lutz Roeder's Reflector tool.
A link to an example application using this type is coming soon.
| .NET Type | Description |
|---|---|
string | Takes 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
| Property Name | .NET Type | Description |
|---|---|---|
| ResourceList | Metreos.Types.Presence.ResourceList | The resulting resource list object if the notification is for an event list; otherwise null. |
| Resource | Metreos.Types.Presence.Resource | The resulting resource object if the notification is for a single resource; otherwise null. |