Table of Contents

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

conn GridConnection

GridConnection to the local ScaleOut service.

igName string

Name of the Invocation Grid.

executableName string

Name of the executable to run, relative to the specified workingDir.

cmdLineParams string

Optional command line parameters to supply to the IG worker process at startup.

workingDir string

Working 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).

startupParam byte[]

Optional, arbitrary payload that is made available to the Invocation Grid worker process when it starts up.

options InvocationGridOptions

An 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

conn GridConnection

GridConnection to the local ScaleOut service.

igName string

Name of the Invocation Grid.

executableName string

Name of the executable to run, relative to the specified workingDir.

cmdLineParams string

Optional command line parameters to supply to the IG worker process at startup.

workingDir string

Working 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).

startupParam byte[]

Optional, arbitrary payload that is made available to the Invocation Grid worker process when it starts up.