ProviderManager Constructor
public ProviderManager(
Framework framework,
IDataSimulator dataSimulator = null,
IExecutionSimulator executionSimulator = null
)
This language is not supported or no code example is available.
public:
ProviderManager(
Framework^ framework,
IDataSimulator^ dataSimulator,
IExecutionSimulator^ executionSimulator
)
This language is not supported or no code example is available.
public function ProviderManager(
framework : Framework,
dataSimulator : IDataSimulator,
executionSimulator : IExecutionSimulator
);
This language is not supported or no code example is available.
Parameters
- framework
- Framework
The framework.
- dataSimulator
- IDataSimulator
The data simulator.
- executionSimulator
- IExecutionSimulator
The execution simulator.