Interface IConnectionCommand
Interface for derived command classes to get access to the source connection
Namespace: DuetControlServer.Commands
Assembly: DuetControlServer.dll
Syntax
public interface IConnectionCommand
Properties
Connection
Source connection of the command
Declaration
Connection? Connection { get; set; }
Property Value
Type | Description |
---|---|
Connection |