Description
-
Fires when result is received for service register
attempt.
Syntax
-
Private Sub
object_ServiceRegister(Service,
Success, Instructions)
The ServiceRegister Event syntax has these parts:
| object |
A wodXMPP object. |
| Service |
A XMPPService object.
Provides reference to XMPPService object. |
| Success |
A Boolean value. Provides the result of
registration attempt. |
| Instructions |
A String value. Allows you to provide
any additional instructions. |
Remarks
-
Fired each time an attempt to register some service is
made. This Event is also triggered as a result of
executing RegisterInfo method
for some specific Service. Using provided arguments you can
determine if further steps are required in registration.
For example, if Success is set to False you
may review value of Instructions property to see
what do you need to provide in order to register the
service successfully.
|