Resumes all screen recordings being made for the given 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 ReadOnlyCollection<string> ResumeRecordings( string userId ) |
Visual Basic |
---|
Public Function ResumeRecordings ( _ 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | A 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.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.