Notify

Metreos.Providers.Presence.Notify

Summary

Notify indicates that the status has changed on the presentity, and what that change is.

Usage

Notify is fired every time a change occurs on the presentity. The Status event parameter contains the status update message, which can either stored in a string variable type and therefore be parsed by the application, or can be used to initialize the PresenceNotification native type, which has already parsed the message into well-known members.

Remarks
None.
Event Parameters
Parameter Name.NET TypeDescription
SubscriberSystem.StringThe subscriber.
RequestUriSystem.StringThe URI of the presentity being watched.
StatusSystem.StringThe notification message from presence server. This event parameter can either be used to initialize a string variable, in which case the application will need to manually parse the resulting message, or a PresenceNotification native type, which is a stongly-typed variable with members that represent the data of interest in the message.