Initializes a new instance of the SecureRecordingPauseParameters class. Action
will be set to PauseWithSpecifiedTimeout.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public SecureRecordingPauseParameters( TimeSpan timeout ) |
Visual Basic |
---|
Public Sub New ( _ timeout As TimeSpan _ ) |
Parameters
- timeout
- Type: System..::..TimeSpan
The period of time for which a secure recording should be paused. Must be greater than zero and TotalSeconds must be less than MaxValue.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The timeout was less than 1 or greater than or equal to MaxValue seconds. |
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.