Table of Contents

Enum ApiProcessorLockingMode

Namespace
Scaleout.Modules.Abstractions
Assembly
Scaleout.Modules.Abstractions.dll

Specifies the locking behavior applied to the ScaleOut object during API method execution.

public enum ApiProcessorLockingMode

Fields

ExclusiveLock = 1

The sossObject is locked in the ScaleOut service for the duration of the method execution.

None = 0

No locking is applied to the sossObject during the API method invocation.

Remarks

This enumeration defines the locking modes that control how the ScaleOut object is accessed during API operations. Use None for operations that do not require locking, or ExclusiveLock to ensure exclusive access to the object for the duration of the method.