Table of Contents

Enum LockState

Namespace
Azure.Iot.Operations.Services.LeasedLock
Assembly
Azure.Iot.Operations.Services.dll

The state of the leased lock.

public enum LockState

Fields

Acquired = 0

The lock was just acquired.

Released = 1

The lock was released, or the previous lease on the lock expired. The lock is available to acquire at this time.