Table of Contents

Method StopIG

Namespace
Scaleout.Client.GridDeployment
Assembly
Scaleout.Client.dll

StopIG(GridConnection, string)

Sends a stop signal to an Invocation Grid.

public static bool StopIG(GridConnection conn, string igName)

Parameters

conn GridConnection

GridConnection to a ScaleOut service.

igName string

Name of the Invocation Grid to stop.

Returns

bool

True if the IG was stopped, otherwise false if the specified IG was not running.