Table of Contents

Enum LockMode

Namespace
Scaleout.Modules.Hosting
Assembly
Scaleout.Modules.Hosting.dll

Specifies the locking behavior of the underlying object in the ScaleOut service during message processing in an Active Caching message module.

public enum LockMode

Fields

Exclusive = 1

The instance is locked for the duration of message processing. This prevents other client applications from accessing the instance concurrently.

None = 0

No locking is performed during message processing. This is the default mode.

See Also

ProcessMessageAsync(MessageProcessingContext<TSossObject>, TSossObject, byte[])