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