Table of Contents

Class ReleaseLockResponse

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

The fields returned by the service in response to a release lock request.

public class ReleaseLockResponse
Inheritance
ReleaseLockResponse
Inherited Members

Properties

Success

True if the lock was successfully released and false otherwise.

public bool Success { get; }

Property Value

bool