IClusterConnectionStatusObserver Interface
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.
Interface that receives notifications about the status of the cluster connection.
public interface IClusterConnectionStatusObserver
type IClusterConnectionStatusObserver = interface
Public Interface IClusterConnectionStatusObserver
Methods
NotifyClusterConnectionLost() |
Notifies this observer that the connection to the cluster has been lost. |
NotifyGatewayCountChanged(Int32, Int32, Boolean) |
Notifies this observer that the number of connected gateways has changed. |