Compartilhar via


RuleSetExecutionConfiguration Construtores

Definição

Sobrecargas

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

RuleSetExecutionConfiguration()

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

Aplica-se a

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)

Parâmetros

maxExecutionLoopDepth
Int32
translationDuration
Int32

Aplica-se a

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)

Parâmetros

maxExecutionLoopDepth
Int32
translationDuration
Int32
maxWorkingMemorySize
Int32

Aplica-se a