StudyRuntime<TRegistration extends DeviceRegistration> constructor
StudyRuntime<TRegistration extends DeviceRegistration> (
- DeploymentService deploymentService,
- DeviceDataCollectorFactory deviceRegistry
Create a new study runtime, specifying the deploymentService
to use to
retrieve and manage the study deployment with studyDeploymentId and the
deviceRegistry
to handle the devices used in this study deployment.
Implementation
StudyRuntime(this.deploymentService, this.deviceRegistry);