Struct MessageBrokerRemoteClientRoutingEnqueuedEvent
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents an event emitted by MessageBrokerRemoteClient when next message routing has been enqueued successfully.
public readonly struct MessageBrokerRemoteClientRoutingEnqueuedEvent
- Inherited Members
Properties
Source
Event source.
public MessageBrokerRemoteClientEventSource Source { get; }
Property Value
TargetCount
Number of target clients.
public int TargetCount { get; }
Property Value
ValidTargetCount
Number of found valid target clients.
public int ValidTargetCount { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerRemoteClientRoutingEnqueuedEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.