Stops existing screen recording(s) for the specified user.
Namespace: ININ.IceLib.QualityManagementAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | userId is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..ArgumentException | userId length is zero. |
System..::..ArgumentException | recordingIds 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.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.