Click or drag to resize

ICameraManagerStopAlarmRecording Method

Stops alarm recording. Use this method to stop a recording that had been started by StartAlarmRecording(Camera, Boolean, Guid, Object).

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void StopAlarmRecording(
	Camera camera
)

Parameters

camera  Camera
Camera handle.
Exceptions
ExceptionCondition
SdkException Thrown if camera doesn't exist in the configuration or is not permitted to caller.
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also