Back to product page

ServiceStatusChange callback method


Called when service's status changes.

Syntax

  • Basic
object.ServiceStatusChange (Owner, Service)
The ServiceStatusChange(object,Owner,Service) syntax has these parts:
objectAn expression evaluating to an object of type IwodXMPPNotify
OwnerAn expression evaluating to an object of type wodXMPP
ServiceXMPPService object

Remarks

This method is called only if you implemented IwodXMPPNotify interface in your application, and wodXMPP.Notification property has received reference to instance of your implementation.

This notification method is called each time some service changes it's status. The notification method will provide you with reference to XMPPService object, which allows to access its properties.

Platforms

Windows