C# Class Zetbox.API.WaitAction

This action does nothing else than flagging the need to stop execution before shutting down the process.
Inheritance: CmdLineAction
显示文件 Open project: daszat/zetbox

Public Methods

Method Description
WaitAction ( ZetboxConfig config ) : System

Protected Methods

Method Description
InvokeCore ( Autofac unitOfWork, string args ) : void

Method Details

InvokeCore() protected method

protected InvokeCore ( Autofac unitOfWork, string args ) : void
unitOfWork Autofac
args string
return void

WaitAction() public method

public WaitAction ( ZetboxConfig config ) : System
config Zetbox.API.Configuration.ZetboxConfig
return System