IClusterConnectionStatusObserver.NotifyGatewayCountChanged Method
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.
Notifies this observer that the number of connected gateways has changed.
public void NotifyGatewayCountChanged(int currentNumberOfGateways, int previousNumberOfGateways, bool connectionRecovered);
abstract member NotifyGatewayCountChanged : int * int * bool -> unit
Public Sub NotifyGatewayCountChanged (currentNumberOfGateways As Integer, previousNumberOfGateways As Integer, connectionRecovered As Boolean)
Parameters
- currentNumberOfGateways
- Int32
The current number of gateways.
- previousNumberOfGateways
- Int32
The previous number of gateways.
- connectionRecovered
- Boolean
Indicates whether a loss of connectivity has been resolved.