Class CommandShutdown
Inheritance
System.Object
CommandShutdown
Assembly: OpenMod.Core.dll
Syntax
public class CommandShutdown : Command, ICommand
Constructors
|
Improve this Doc
View Source
CommandShutdown(IOpenModHost, IServiceProvider)
Declaration
public CommandShutdown(IOpenModHost host, IServiceProvider serviceProvider)
Parameters
Type |
Name |
Description |
IOpenModHost |
host |
|
IServiceProvider |
serviceProvider |
|
Methods
|
Improve this Doc
View Source
OnExecuteAsync()
Declaration
protected override Task OnExecuteAsync()
Returns
Overrides
Implements
Extension Methods