Table of Contents

Class LockChangeEventArgs

Namespace
Azure.Iot.Operations.Services.LeasedLock
Assembly
Azure.Iot.Operations.Services.dll
public sealed class LockChangeEventArgs : EventArgs
Inheritance
LockChangeEventArgs
Inherited Members

Properties

NewLockHolder

The new holder of the lock. This value is null if this update is that the lock was released.

public LeasedLockHolder? NewLockHolder { get; }

Property Value

LeasedLockHolder

NewState

The new state of the lock.

public LockState NewState { get; }

Property Value

LockState

Timestamp

The timestamp associated with this event.

public HybridLogicalClock Timestamp { get; }

Property Value

HybridLogicalClock