Responder Developer Guide
StopTimeout Property


The amount of time to wait for the process to gracefully terminate before causing an abnormal termination.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property StopTimeout As TimeSpan
'Usage
 
Dim instance As ProgramGroup
Dim value As TimeSpan
 
instance.StopTimeout = value
 
value = instance.StopTimeout
[XmlIgnore()]
public TimeSpan StopTimeout {get; set;}
Remarks

You can assign an infinite StopTimeout as follows: programGroup.StopTimeout = ProgramGroup.InfiniteStopTimeout;

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