RuleSetExecutionConfiguration Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
RuleSetExecutionConfiguration()
public:
RuleSetExecutionConfiguration();
public RuleSetExecutionConfiguration ();
Public Sub New ()
Se aplica 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
- ruleSetTranslator
- RuleEngineComponentConfiguration
- factRetriever
- RuleEngineComponentConfiguration
- maxExecutionLoopDepth
- Int32
- translationDuration
- Int32
Se aplica 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
- ruleSetTranslator
- RuleEngineComponentConfiguration
- factRetriever
- RuleEngineComponentConfiguration
- maxExecutionLoopDepth
- Int32
- translationDuration
- Int32
- maxWorkingMemorySize
- Int32