Previous in Contents Next in Contents

HitInterval Property

This property specifies the maximum frequency that Search is allowed to request documents from a site.

Syntax

IServer.HitInterval

Remarks

HitInterval = -1

Search requests all documents simultaneously from the site.

HitInterval < 1

Search requests up to N documents simultaneously from the site.

HitInterval > 0

Search waits N seconds after every document request from the site.

Example

See Creating and Accessing IServer Interface Objects.

See Also

Name


© 1997-2000 Microsoft Corporation. All rights reserved.