FabricClient.GatewayInformationEventArgs クラス

定義

接続や切断などのゲートウェイ関連イベントのイベント引数を表します。

public class FabricClient.GatewayInformationEventArgs : EventArgs
type FabricClient.GatewayInformationEventArgs = class
    inherit EventArgs
Public Class FabricClient.GatewayInformationEventArgs
Inherits EventArgs
継承
FabricClient.GatewayInformationEventArgs

注釈

クライアントが構成されているゲートウェイに関する詳細情報を提供します。

プロパティ

GatewayInformation

ゲートウェイ情報を取得します。

適用対象