Enum MessageBrokerClientSendPacketEventType
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents the type of a MessageBrokerClientSendPacketEvent.
public enum MessageBrokerClientSendPacketEventType : byte
Fields
Batched = 2Specifies that an event has been emitted after the network packet has been sent as part of a batch.
Sending = 0Specifies that an event has been emitted before the network packet send.
Sent = 1Specifies that an event has been emitted after the network packet send.