Show / Hide Table of Contents

Class EventBusStateChangedEventArgs

The EventBusStateChangedEventArgs class defines the event arguments when the LambdaSharp App EventBus changes its connection state.

Inheritance
System.Object
System.EventArgs
EventBusStateChangedEventArgs
Namespace: LambdaSharp.App.EventBus
Assembly: LambdaSharp.App.dll
Syntax
public class EventBusStateChangedEventArgs : EventArgs

Properties

IsClosed

The IsClosed property indicates if the LambdaSharp App EventBus connection is closed.

Declaration
public bool IsClosed { get; }
Property Value
Type Description
System.Boolean

IsOpen

The IsOpen property indicates if the LambdaSharp App EventBus connection is open.

Declaration
public bool IsOpen { get; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX