ArcObjects Library Reference (DataSourcesRaster)  

IThreadedProcessor.WaitInterval Property

The duration (in milliseconds) that the main thread waits before continuing to poll busy worker threads for status.

[Visual Basic .NET]
Public Property WaitInterval As Integer
[C#]
public int WaitInterval {get; set;}
[C++]
HRESULT get_WaitInterval(
  long* pWaitInterval
);
[C++]
HRESULT put_WaitInterval(
  long pWaitInterval
);
[C++]

Parameters

pWaitInterval [out, retval]   pWaitInterval is a parameter of type long pWaitInterval [in]   pWaitInterval is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IThreadedProcessor Interface