ArcObjects Library Reference (DataSourcesRaster)  

IThreadedProcessor.FailedThreadCount Property

Get number of threads failed.

[Visual Basic .NET]
Public ReadOnly Property FailedThreadCount As Integer
[C#]
public int FailedThreadCount {get;}
[C++]
HRESULT get_FailedThreadCount(
  long* pThreadFailedCount
);
[C++]

Parameters

pThreadFailedCount [out, retval]   pThreadFailedCount is a parameter of type long

Product Availability

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

See Also

IThreadedProcessor Interface