Ejemplo n.º 1
0
 void ISocketClientEventListener.OnConnectionEstablished(ECommon.TcpTransport.ITcpConnectionInfo connectionInfo)
 {
     StartBackgroundJobs();
 }
Ejemplo n.º 2
0
 void ISocketClientEventListener.OnConnectionFailed(ECommon.TcpTransport.ITcpConnectionInfo connectionInfo, System.Net.Sockets.SocketError socketError)
 {
 }
Ejemplo n.º 3
0
 void ISocketClientEventListener.OnConnectionClosed(ECommon.TcpTransport.ITcpConnectionInfo connectionInfo, System.Net.Sockets.SocketError socketError)
 {
     StopBackgroundJobs();
 }