Show / Hide Table of Contents

Interface IEventBusSubscription

The IEventBusSubscription interface defines the accessible properties of a LambdaSharp App EventBus subscription.

Namespace: LambdaSharp.App.EventBus
Assembly: LambdaSharp.App.dll
Syntax
public interface IEventBusSubscription : IAsyncDisposable

Properties

Name

The Name property holds the name of the LambdaSharp App EventBus subscription.

Declaration
string Name { get; }
Property Value
Type Description
System.String

Pattern

The Pattern property holds the event pattern of the LambdaSharp App EventBus subscription.

Declaration
string Pattern { get; }
Property Value
Type Description
System.String

Status

The Status property holds the status of the LambdaSharp App EventBus subscription.

Declaration
EventBusSubscriptionStatus Status { get; }
Property Value
Type Description
EventBusSubscriptionStatus
In This Article
Back to top Generated by DocFX