Table of Contents

Struct MessageBrokerQueueDeactivatedEvent

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents an event emitted by MessageBrokerQueue when it's deactivated.

public readonly struct MessageBrokerQueueDeactivatedEvent
Inherited Members

Properties

IsAlive

Specifies whether the queue remains alive after its deactivation.

public bool IsAlive { get; }

Property Value

bool

Source

Event source.

public MessageBrokerQueueEventSource Source { get; }

Property Value

MessageBrokerQueueEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerQueueDeactivatedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.