Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

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


Code Block
public class CaptureEngine : Engine

Example

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

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

Properties

stringĀ ServiceName

The service name of the executing engine.

Methods

Insert excerpt
GetEngineConfigSetting Method
GetEngineConfigSetting Method
nopaneltrue

Insert excerpt
GetCaptureApiClient Method
GetCaptureApiClient Method
nopaneltrue

Insert excerpt
GetSquare9ApiClient Method
GetSquare9ApiClient Method
nopaneltrue

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
sorttitle
excerptTypesimple
cqllabel in ("enginemethod","actionenginemethod")