This document is archived and information here might be outdated.  Recommended version.


IGPItemIndexer.UseQueue Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Search)  

IGPItemIndexer.UseQueue Property

Indicates whether queue is used during index.

[Visual Basic .NET]
Public Property UseQueue As Boolean
[C#]
public bool UseQueue {get; set;}
[C++]
HRESULT get_UseQueue(
  Boolean* UseQueue
);
[C++]
HRESULT put_UseQueue(
  VARIANT_BOOL UseQueue
);
[C++]

Parameters UseQueue [out, retval]
UseQueue is a parameter of type bool* UseQueue [in]
UseQueue is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer Interface