Table of Contents

Enum MessageBrokerRemoteClientSendPacketEventType

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents the type of a MessageBrokerRemoteClientSendPacketEvent.

public enum MessageBrokerRemoteClientSendPacketEventType : 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.