Class InvalidateChannel
Implementation of the InvalidateChannel command
Implements
Inherited Members
Namespace: DuetControlServer.Commands
Assembly: DuetControlServer.dll
Syntax
public sealed class InvalidateChannel : InvalidateChannel, IConnectionCommand
Properties
Connection
Source connection of this command
Declaration
public Connection? Connection { get; set; }
Property Value
Type | Description |
---|---|
Connection |
Methods
Execute()
Wait for all pending codes of the given channel to finish
Declaration
public override Task Execute()
Returns
Type | Description |
---|---|
Task | Asynchronous task |