ServiceStatusChange Method
      
 

Description

Called when service's status changes.


Return Type

None  


Syntax

object.ServiceStatusChange Owner, Service



The ServiceStatusChange Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodXMPPNotify.
Owner Required. A wodXMPP object.
Service Required. A XMPPService 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 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.