Remove attributes from a recording.
Note: This method is supported for IC Server version 2016 R3 and beyond.
Assembly: ININ.IceLib.QualityManagement (in ININ.IceLib.QualityManagement.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
| C# |
|---|
public void RemoveRecordingAttributes( string recordingId, IEnumerable<string> attributeNames ) |
| Visual Basic |
|---|
Public Sub RemoveRecordingAttributes ( _ recordingId As String, _ attributeNames As IEnumerable(Of String) _ ) |
Parameters
- recordingId
- Type: System..::..String
The recording ID.
- attributeNames
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The names of the attributes to be removed from the recording.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | recordingId is nullNothingnullptra null reference (Nothing in Visual Basic). |
| System..::..ArgumentException | recordingId length is zero. |
| System..::..ArgumentNullException | attributeNames is nullNothingnullptra null reference (Nothing in Visual Basic). |
| System..::..ArgumentException | attributeNames is empty. |
| ININ.IceLib.Connection..::..RequestTimeoutException | The request timed out while waiting for a response. |
| ININ.IceLib.Connection..::..SessionDisconnectedException | The Session does not have a valid connection. |
| System..::..ObjectDisposedException | The Session has been disposed. |
Version Information
Supported for IC Server version 2016 R3 and beyond.