Class Interface.MovementLock
Class representing an acquired movement lock
Implements
Inherited Members
Namespace: DuetControlServer.SPI
Assembly: DuetControlServer.dll
Syntax
public class Interface.MovementLock : IAsyncDisposable
Constructors
MovementLock(CodeChannel)
Constructor of this class
Declaration
public MovementLock(CodeChannel channel)
Parameters
Type | Name | Description |
---|---|---|
CodeChannel | channel | Locked code channel |
Methods
DisposeAsync()
Called when this instance is being disposed
Declaration
public ValueTask DisposeAsync()
Returns
Type | Description |
---|---|
ValueTask | Asynchronous task |