Delegate CadIfConnectionStateDelegate
Delegate type for the CadIfConnectionState event of the CadIfWebSocketClient class.
Namespace: Ng911CadIfLib
Assembly: Ng911CadIfLib.dll
Syntax
public delegate void CadIfConnectionStateDelegate(bool IsConnected, string strServerUri)
Parameters
Type | Name | Description |
---|---|---|
bool | IsConnected | If true, the a Web Socket connection has been established to the CAD I/F server (EIDO notifier). If false if the Web Socket connection has been interrupted or the attempt to connect failed. |
string | strServerUri | URI that identifies the CAD I/F server. |