Enum MessageBrokerRemoteClientSendPacketEventType
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents the type of a MessageBrokerRemoteClientSendPacketEvent.
public enum MessageBrokerRemoteClientSendPacketEventType : 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.