Table of Contents

Class AcquireLockResponse

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

The fields returned by the service in response to an acquire lock request.

public class AcquireLockResponse
Inheritance
AcquireLockResponse
Inherited Members

Properties

FencingToken

The fencing token returned by the service if the lock was successfully acquired. If the lock was not successfully acquired, then this value will be null.

public HybridLogicalClock? FencingToken { get; }

Property Value

HybridLogicalClock

Success

True if the lock was successfully acquired and false otherwise.

public bool Success { get; }

Property Value

bool