Share via


RuleSetExecutionConfiguration Constructors

Definition

Overloads

RuleSetExecutionConfiguration()
RuleSetExecutionConfiguration(RuleEngineComponentConfiguration, RuleEngineComponentConfiguration, Int32, Int32)
RuleSetExecutionConfiguration(RuleEngineComponentConfiguration, RuleEngineComponentConfiguration, Int32, Int32, Int32)

RuleSetExecutionConfiguration()

public:
 RuleSetExecutionConfiguration();
public RuleSetExecutionConfiguration ();
Public Sub New ()

Applies to

RuleSetExecutionConfiguration(RuleEngineComponentConfiguration, RuleEngineComponentConfiguration, Int32, Int32)

public:
 RuleSetExecutionConfiguration(Microsoft::RuleEngine::RuleEngineComponentConfiguration ^ ruleSetTranslator, Microsoft::RuleEngine::RuleEngineComponentConfiguration ^ factRetriever, int maxExecutionLoopDepth, int translationDuration);
public RuleSetExecutionConfiguration (Microsoft.RuleEngine.RuleEngineComponentConfiguration ruleSetTranslator, Microsoft.RuleEngine.RuleEngineComponentConfiguration factRetriever, int maxExecutionLoopDepth, int translationDuration);
new Microsoft.RuleEngine.RuleSetExecutionConfiguration : Microsoft.RuleEngine.RuleEngineComponentConfiguration * Microsoft.RuleEngine.RuleEngineComponentConfiguration * int * int -> Microsoft.RuleEngine.RuleSetExecutionConfiguration
Public Sub New (ruleSetTranslator As RuleEngineComponentConfiguration, factRetriever As RuleEngineComponentConfiguration, maxExecutionLoopDepth As Integer, translationDuration As Integer)

Parameters

maxExecutionLoopDepth
Int32
translationDuration
Int32

Applies to

RuleSetExecutionConfiguration(RuleEngineComponentConfiguration, RuleEngineComponentConfiguration, Int32, Int32, Int32)

public:
 RuleSetExecutionConfiguration(Microsoft::RuleEngine::RuleEngineComponentConfiguration ^ ruleSetTranslator, Microsoft::RuleEngine::RuleEngineComponentConfiguration ^ factRetriever, int maxExecutionLoopDepth, int translationDuration, int maxWorkingMemorySize);
public RuleSetExecutionConfiguration (Microsoft.RuleEngine.RuleEngineComponentConfiguration ruleSetTranslator, Microsoft.RuleEngine.RuleEngineComponentConfiguration factRetriever, int maxExecutionLoopDepth, int translationDuration, int maxWorkingMemorySize);
new Microsoft.RuleEngine.RuleSetExecutionConfiguration : Microsoft.RuleEngine.RuleEngineComponentConfiguration * Microsoft.RuleEngine.RuleEngineComponentConfiguration * int * int * int -> Microsoft.RuleEngine.RuleSetExecutionConfiguration
Public Sub New (ruleSetTranslator As RuleEngineComponentConfiguration, factRetriever As RuleEngineComponentConfiguration, maxExecutionLoopDepth As Integer, translationDuration As Integer, maxWorkingMemorySize As Integer)

Parameters

maxExecutionLoopDepth
Int32
translationDuration
Int32
maxWorkingMemorySize
Int32

Applies to