ArcObjects Library Reference (GISClient)  

IDiscoveryIndexingStatus.TimeUsed Property

Total time used during indexing.

[Visual Basic .NET]
Public Property TimeUsed As Integer
[C#]
public int TimeUsed {get; set;}
[C++]
HRESULT get_TimeUsed(
  long* pDuration
);
[C++]
HRESULT put_TimeUsed(
  long pDuration
);
[C++]

Parameters

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

Product Availability

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

See Also

IDiscoveryIndexingStatus Interface