Main(string[])
static
public static Task Main(string[] args) Runs a standalone silo process.
Parameters
argsstring[]- The command-line arguments. The first argument is the identifier of the process to monitor, and the second is the serialized silo configuration.
Returns
A task which completes when the silo has shut down.
