Class SetPluginData
Implementation of the SetPluginData command
Implements
Inherited Members
Namespace: DuetControlServer.Commands
Assembly: DuetControlServer.dll
Syntax
public sealed class SetPluginData : SetPluginData, IConnectionCommand
Properties
Connection
Source connection of this command
Declaration
public Connection? Connection { get; set; }
Property Value
Type | Description |
---|---|
Connection |
Methods
Execute()
Set custom plugin data in the object model
Declaration
public override Task Execute()
Returns
Type | Description |
---|---|
Task | Asynchronous task |