RuleSetExecutionConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- ruleSetTranslator
- RuleEngineComponentConfiguration
- factRetriever
- RuleEngineComponentConfiguration
- 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
- ruleSetTranslator
- RuleEngineComponentConfiguration
- factRetriever
- RuleEngineComponentConfiguration
- maxExecutionLoopDepth
- Int32
- translationDuration
- Int32
- maxWorkingMemorySize
- Int32