Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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

  • No labels