Click or drag to resize

StartWindowsServiceTestStepTimeout Property

Gets or sets the Timeout in seconds to wait for the service to start or to stop.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public int Timeout { get; set; }

Property Value

Type: Int32
The timeout
See Also