Delegate ScriptDelegate
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public delegate Task<int> ScriptDelegate(string name, string[] args, IConsoleDriver console, IScriptExecutionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string[] | args | |
| IConsoleDriver | console | |
| IScriptExecutionContext | context |
Returns
| Type | Description |
|---|---|
| Task<int> |