Stops existing screen recording(s) for the specified user.

Namespace: ININ.IceLib.QualityManagement
Assembly: ININ.IceLib.QualityManagement (in ININ.IceLib.QualityManagement.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public void StopRecording(
	string userId,
	IEnumerable<Guid> recordingIds
)
Visual Basic
Public Sub StopRecording ( _
	userId As String, _
	recordingIds As IEnumerable(Of Guid) _
)

Parameters

userId
Type: System..::..String
The user whose screen is being recorded.
recordingIds
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Guid>)>)>
IDs of the existing recordings.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionuserId is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionuserId length is zero.
System..::..ArgumentExceptionrecordingIds is empty.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.

See Also