Skip to main content
Skip table of contents

CaptureEngine Class

Represents the executing GlobalCapture engine, containing methods and properties pertaining to engine information.

CODE
public class CaptureEngine : Engine

Example

The following example demonstrates retrieving a config value and a CaptureApi client from the engine helper class.

CODE
public class Example : CaptureNode
{
    var mongoConnection = Engine.GetEngineConfigSetting("Mongo");
    var captureApi = Engine.GetCaptureApiClient();
}

Properties

string ServiceName

The service name of the executing engine.

Methods

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.