Pauses or resumes a secure recording. Secure recordings are recordings started by Recorder, which are
configured via Interaction Administrator.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public void SecureRecordingPause( SecureRecordingPauseParameters parameters ) |
Visual Basic |
---|
Public Sub SecureRecordingPause ( _ parameters As SecureRecordingPauseParameters _ ) |
Parameters
- parameters
- Type: ININ.IceLib.Interactions..::..SecureRecordingPauseParameters
The parameters specify what type of action with regards to the pause should be taken. SecureRecordingPauseParameters for more details on setting the parameters.
Remarks
Note |
---|
This recording pause has nothing to do with a recording started by Record(Boolean, Boolean) or RecordAsync(Boolean, Boolean, AsyncCompletedEventHandler, Object). |
Exceptions
Exception | Condition |
---|---|
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 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.