Skip to content

StandaloneSiloHost Methods

The entry point for standalone silo processes. See StandaloneSiloHandle.

Main(string[])

static
View source
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.