Table of Contents

Class GetLockHolderResponse

Namespace
Azure.Iot.Operations.Services.LeasedLock
Assembly
Azure.Iot.Operations.Services.dll
public class GetLockHolderResponse
Inheritance
GetLockHolderResponse
Inherited Members

Properties

LockHolder

The current lock holder.

public LeasedLockHolder? LockHolder { get; }

Property Value

LeasedLockHolder

Remarks

This value is null if no one is currently holding the lock.

A lock holder's value is set when a LeasedLockClient is constructed.