GatewayCountChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |