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