ServiceStatusChange Event
    
 

Description

Fires when service's status changes.

 
Syntax

Private Sub object_ServiceStatusChange(Service)



The ServiceStatusChange Event syntax has these parts:

Part Description
object A wodXMPP object.
Service A XMPPService object. A reference to wodXMPPService object.

Remarks

The Event is triggered each time some service changes it's status. The Event will provide you with reference to XMPPService object, which allows to access it's properties.