GatewayCountChangedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
閘道線上活動的事件引數。
public class GatewayCountChangedEventArgs : EventArgs
type GatewayCountChangedEventArgs = class
inherit EventArgs
Public Class GatewayCountChangedEventArgs
Inherits EventArgs
- 繼承
-
GatewayCountChangedEventArgs
建構函式
GatewayCountChangedEventArgs(Int32, Int32) |
初始化 GatewayCountChangedEventArgs 類別的新執行個體。 |
屬性
ConnectionRecovered |
協助程式可偵測重新取得叢集連線的情況。 |
NumberOfConnectedGateways |
取得此用戶端目前連接的閘道數目。 |
PreviousNumberOfConnectedGateways |
取得此用戶端目前在此事件之前連線的閘道數目。 |