/
CaptureEngine Class

CaptureEngine Class

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

public class CaptureEngine : Engine

Example

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

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

Properties

string ServiceName

The service name of the executing engine.

Methods

Related content

Engine Class
Engine Class
More like this
ActionEngine Class
ActionEngine Class
More like this
GetCaptureApiClient Method
GetCaptureApiClient Method
More like this
Properties Class
Properties Class
More like this
CaptureDocument Class
CaptureDocument Class
More like this