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