Method StartPreinstalledIG
- Namespace
- Scaleout.Client.GridDeployment
- Assembly
- Scaleout.Client.dll
StartPreinstalledIG(GridConnection, string, string, string, string, byte[], InvocationGridOptions)
Starts an Invocation Grid worker that has already been deployed to the filesystem on every ScaleOut host under C:\ProgramData\ScaleOut Software\PreinstalledIG (Windows) or /usr/share/ScaleOut Software/PreinstalledIG (Linux).
public static void StartPreinstalledIG(GridConnection conn, string igName, string executableName, string cmdLineParams, string workingDir, byte[] startupParam, InvocationGridOptions options)
Parameters
connGridConnectionGridConnection to the local ScaleOut service.
igNamestringName of the Invocation Grid.
executableNamestringName of the executable to run, relative to the specified
workingDir.cmdLineParamsstringOptional command line parameters to supply to the IG worker process at startup.
workingDirstringWorking directory of the Invocation Grid worker process on the servers hosting the ScaleOut service. The path is relative to C:\ProgramData\ScaleOut Software\PreinstalledIG (Windows) or /usr/share/ScaleOut Software/PreinstalledIG (Linux).
startupParambyte[]Optional, arbitrary payload that is made available to the Invocation Grid worker process when it starts up.
optionsInvocationGridOptionsAn object that configures the behavior of this invocation grid.
StartPreinstalledIG(GridConnection, string, string, string, string, byte[])
Starts an Invocation Grid worker that has already been deployed to the filesystem on every ScaleOut host under C:\ProgramData\ScaleOut Software\PreinstalledIG (Windows) or /usr/share/ScaleOut Software/PreinstalledIG (Linux).
public static void StartPreinstalledIG(GridConnection conn, string igName, string executableName, string cmdLineParams, string workingDir, byte[] startupParam)
Parameters
connGridConnectionGridConnection to the local ScaleOut service.
igNamestringName of the Invocation Grid.
executableNamestringName of the executable to run, relative to the specified
workingDir.cmdLineParamsstringOptional command line parameters to supply to the IG worker process at startup.
workingDirstringWorking directory of the Invocation Grid worker process on the servers hosting the ScaleOut service. The path is relative to C:\ProgramData\ScaleOut Software\PreinstalledIG (Windows) or /usr/share/ScaleOut Software/PreinstalledIG (Linux).
startupParambyte[]Optional, arbitrary payload that is made available to the Invocation Grid worker process when it starts up.