ConnectionChanged Method
If the connectionTicket is different from the previous one then this methods send out a notification to interested listeners.
Syntax
public void ConnectionChanged(
System.string connectionTicket
)Public Sub ConnectionChanged( _
ByVal connectionTicket As System.String _
) Parameters
| Name | Description |
|---|---|
| connectionTicket | The ticket that uniquely identifies the connection. |