Table of Contents

Enum NatsMemoryOwnerAllocationMode

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

An enum that indicates a mode to use when allocating buffers.

public enum NatsMemoryOwnerAllocationMode

Fields

Clear = 1

Clear pooled buffers when renting them.

Default = 0

The default allocation mode for pooled memory (rented buffers are not cleared).