RuleSetExecutionConfiguration Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
- ruleSetTranslator
- RuleEngineComponentConfiguration
- factRetriever
- RuleEngineComponentConfiguration
- 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
- ruleSetTranslator
- RuleEngineComponentConfiguration
- factRetriever
- RuleEngineComponentConfiguration
- maxExecutionLoopDepth
- Int32
- translationDuration
- Int32
- maxWorkingMemorySize
- Int32