Responder Developer Guide
CommandTimeout Property (ProgramGroup)


The amount of time to wait for a command to complete before ignoring the response.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property CommandTimeout As TimeSpan
'Usage
 
Dim instance As ProgramGroup
Dim value As TimeSpan
 
instance.CommandTimeout = value
 
value = instance.CommandTimeout
[XmlIgnore()]
public TimeSpan CommandTimeout {get; set;}
Remarks

The output buffer will contain the contents of StandardOutput received before the timeout.

You can assign an infinite CommandTimeout as follows: programGroup.CommandTimeout = ProgramGroup.InfiniteCommandTimeout;

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ProgramGroup Class
ProgramGroup Members

 

 


Send Comment