Table of Contents

Enum MessageBrokerClientSendPacketEventType

Namespace
LfrlAnvil.MessageBroker.Client.Events
Assembly
LfrlAnvil.MessageBroker.Client.dll

Represents the type of a MessageBrokerClientSendPacketEvent.

public enum MessageBrokerClientSendPacketEventType : byte

Fields

Batched = 2

Specifies that an event has been emitted after the network packet has been sent as part of a batch.

Sending = 0

Specifies that an event has been emitted before the network packet send.

Sent = 1

Specifies that an event has been emitted after the network packet send.