Description
-
Called when service's status changes.
Return Type
-
None
Syntax
-
object.ServiceStatusChange Owner,
Service
The ServiceStatusChange Method syntax has these
parts:
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 triggered each time some
service changes it's status. It will provide you with
reference to XMPPService object, which allows to access
it's properties.
|