StudyRuntime constructor

StudyRuntime(
  1. DeploymentService deploymentService,
  2. 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);