Starts a new screen recording.
Namespace: ININ.IceLib.QualityManagementAssembly: ININ.IceLib.QualityManagement (in ININ.IceLib.QualityManagement.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public IEnumerable<Guid> StartRecording( string userIdToRecord ) |
Visual Basic |
---|
Public Function StartRecording ( _ userIdToRecord As String _ ) As IEnumerable(Of Guid) |
Parameters
- userIdToRecord
- Type: System..::..String
The user whose screen will be recorded.
Return Value
The recording IDs.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | userIdToRecord is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..ArgumentException | userIdToRecord length is zero. |
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.