Class LockObjectModel
Implementation of the LockObjectModel command
Implements
Inherited Members
Namespace: DuetControlServer.Commands
Assembly: DuetControlServer.dll
Syntax
public sealed class LockObjectModel : LockObjectModel, IConnectionCommand
Properties
Connection
Source connection of this command
Declaration
public Connection? Connection { get; set; }
Property Value
Type | Description |
---|---|
Connection |
Methods
Execute()
Lock the machine model for write access
Declaration
public override Task Execute()
Returns
Type | Description |
---|---|
Task | Asynchronous task |