Constructor MethodExecutionOptions
MethodExecutionOptions(bool, bool, bool, bool, bool)
Initializes a new instance of a MethodExecutionOptions class.
Declaration
public MethodExecutionOptions(bool inLaunchDeferred, bool inKeepAssociativity, bool inManualExecution, bool inUseCuttingConditions, bool inReuseAnswers)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | inLaunchDeferred | if set to |
| bool | inKeepAssociativity | if set to |
| bool | inManualExecution | if set to |
| bool | inUseCuttingConditions | if set to |
| bool | inReuseAnswers | if set to |