Class WaitForMultipleEvents
A class that represents a VHI WaitForMultipleEvents command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class WaitForMultipleEvents : Command
Constructors
WaitForMultipleEvents(string, int)
Constructs a new WaitForMultipleEvents command.
Declaration
public WaitForMultipleEvents(string expression, int timeout)
Parameters
Type | Name | Description |
---|---|---|
string | expression | the expression of events to wait for |
int | timeout | the maximum time to wait in seconds |
See Also
Properties
Expression
Gets the expression.
Declaration
public virtual string Expression { get; }
Property Value
Type | Description |
---|---|
string | the expression of events to wait for |
See Also
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 |