Struct MessageBrokerQueueDeactivatingEvent
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents an event emitted by MessageBrokerQueue when it's started to be deactivated.
public readonly struct MessageBrokerQueueDeactivatingEvent
- Inherited Members
Properties
IsAlive
Specifies whether the queue should remain alive after deactivation is finished.
public bool IsAlive { get; }
Property Value
Source
Event source.
public MessageBrokerQueueEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerQueueDeactivatingEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.