Responder Developer Guide
InfiniteStopTimeout Field


A constant used to specify an infinite stop timeout period. This field is constant.
Syntax
'Declaration
 
Public Shared ReadOnly InfiniteStopTimeout As TimeSpan
'Usage
 
Dim value As TimeSpan
 
value = ProgramGroup.InfiniteStopTimeout
public static readonly TimeSpan InfiniteStopTimeout
Remarks
The StopTimeout is passed to the Process.WaitForExit method, so this affects how to specify an infinite timeout. TimeSpan.FromMilliseconds(int.MaxValue);
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