Responder Developer Guide
InfiniteCommandTimeout Field


A constant used to specify an infinite command timeout period. This field is constant.
Syntax
'Declaration
 
Public Shared ReadOnly InfiniteCommandTimeout As TimeSpan
'Usage
 
Dim value As TimeSpan
 
value = ProgramGroup.InfiniteCommandTimeout
public static readonly TimeSpan InfiniteCommandTimeout
Remarks
The CommandTimeout is passed to the WaitHandle.WaitOne method, so this affects how to specify an infinite timeout. TimeSpan.FromMilliseconds(Timeout.Infinite);
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