Starts a new screen recording.

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 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

ExceptionCondition
System..::..ArgumentNullExceptionuserIdToRecord is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionuserIdToRecord 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.

See Also