GatewayCountChangedEventArgs
class
Namespace: Orleans
Event arguments for gateway connectivity events.
public class GatewayCountChangedEventArgs : EventArgsConstructors
GatewayCountChangedEventArgs(int, int)Initializes a new instance of theGatewayCountChangedEventArgsclass.
Properties
ConnectionRecoveredHelper to detect situations where cluster connectivity was regained.NumberOfConnectedGatewaysGets the number of gateways which this client is currently connected to.PreviousNumberOfConnectedGatewaysGets the number of gateways which this client was currently connected to before this event.
