예제 #1
0
 internal void OnGatewayConnectionClosed()
 {
     if (Interlocked.Decrement(ref numberOfConnectedGateways) == 0)
     {
         GrainClient.NotifyClusterConnectionLost();
     }
 }