Table of Contents

Class ChannelStatusEventArgs

Namespace
JD.AI.Gateway.Client
Assembly
JD.AI.Gateway.Client.dll
public sealed class ChannelStatusEventArgs : EventArgs
Inheritance
ChannelStatusEventArgs
Inherited Members

Constructors

ChannelStatusEventArgs(string, bool)

public ChannelStatusEventArgs(string channel, bool connected)

Parameters

channel string
connected bool

Properties

Channel

public string Channel { get; }

Property Value

string

Connected

public bool Connected { get; }

Property Value

bool