Delegate Expressions.CustomAsyncFunctionResolver
Delegate for asynchronously resolving custom meta G-code fuctions
Namespace: DuetControlServer.Model
Assembly: DuetControlServer.dll
Syntax
public delegate Task<object?> Expressions.CustomAsyncFunctionResolver(CodeChannel channel, string functionName, object?[] arguments)
Parameters
Type | Name | Description |
---|---|---|
CodeChannel | channel | Delegate for asynchronously resolving custom meta G-code fuctions |
string | functionName | Name of the function |
object[] | arguments | Function arguments |
Returns
Type | Description |
---|---|
Task<object> | Result value |