Class WaitForNewHostScreen
A class that represents a VHI WaitForNewHostScreen command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class WaitForNewHostScreen : Command
Constructors
WaitForNewHostScreen(int)
Constructs a new WaitForNewHostScreen command.
Declaration
public WaitForNewHostScreen(int timeout)
Parameters
Type | Name | Description |
---|---|---|
int | timeout | the maximum time to wait in seconds |
See Also
Properties
Name
Gets the command name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string | the command name |
Overrides
See Also
Timeout
Gets the timeout.
Declaration
public virtual int Timeout { get; }
Property Value
Type | Description |
---|---|
int | the maximum time to wait in seconds |