Pauses all screen recordings being made for the given 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 ReadOnlyCollection<string> PauseRecordings(
	string userId
)
Visual Basic
Public Function PauseRecordings ( _
	userId As String _
) As ReadOnlyCollection(Of String)

Parameters

userId
Type: System..::..String
The user whose screen recordings will be paused.

Return Value

IDs of all recordings that were paused.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic) or Empty.

Version Information

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

See Also