Property Timeout
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Timeout
Gets or sets the timeout for the current C# code block.
TimeSpan Timeout { get; set; }
Property Value
- TimeSpan
The timeout for the current C# code block.
Examples
var timeout = engine.Timeout;