Catel.Services.CameraService.StartService C# (CSharp) Method

StartService() protected method

Starts the camera service so it's retrieving data.
This method is already protected and only called when the service is currently not running.
protected StartService ( CameraType cameraType ) : void
cameraType CameraType Type of the camera.
return void
        protected override void StartService(CameraType cameraType)
        {
            throw new MustBeImplementedException();
        }