Gets or sets maximum execution time for conversion process (null is by default - means no timeout)
Namespace:
NReco.VideoConverter
Assembly:
NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
public Nullable<TimeSpan> ExecutionTimeout { get; set; }
Public Property ExecutionTimeout As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan> ExecutionTimeout {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
member ExecutionTimeout : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpan
Reference