ServerConnectionChangedEventArgs Constructor
In This Topic
Initializes a new instance of the
ServerConnectionChangedEventArgs class with specified connection state and server URL.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean, _
ByVal As String _
)
public ServerConnectionChangedEventArgs(
bool ,
string
)
Parameters
- connected
- Indicates whether the connection to the server is established.
- serverUrl
- The URL of the server to which the connection status has changed.
See Also