ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.IndexingStatus Property

The indexing status.

[Visual Basic .NET]
Public Function get_IndexingStatus ( _
    ByVal Name As String, _
    ByVal Type As String _
) As IDiscoveryIndexingStatus
[C#]
public IDiscoveryIndexingStatus get_IndexingStatus (
    string Name,
    string Type
);
[C++]
HRESULT get_IndexingStatus(
  BSTR Name,
  BSTR Type,
  IDiscoveryIndexingStatus** ppIndexingStatus
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Type [in]   Type is a parameter of type BSTR ppIndexingStatus [out, retval]

  ppIndexingStatus is a parameter of type IDiscoveryIndexingStatus

Product Availability

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

See Also

IDiscoveryServerObjectAdmin Interface