GatewayCountChangedEventArgs Class

Definition

Event arguments for gateway connectivity events.

public class GatewayCountChangedEventArgs : EventArgs
type GatewayCountChangedEventArgs = class
    inherit EventArgs
Public Class GatewayCountChangedEventArgs
Inherits EventArgs
Inheritance
GatewayCountChangedEventArgs

Constructors

GatewayCountChangedEventArgs(Int32, Int32)

Initializes a new instance of the GatewayCountChangedEventArgs class.

Properties

ConnectionRecovered

Helper to detect situations where cluster connectivity was regained.

NumberOfConnectedGateways

Gets the number of gateways which this client is currently connected to.

PreviousNumberOfConnectedGateways

Gets the number of gateways which this client was currently connected to before this event.

Applies to