Share via


ISearchCatalogManager::get_ConnectTimeout Method

Gets the connection time-out value for connecting to a store for indexing.

Syntax

HRESULT get_ConnectTimeout(      
    DWORD *pdwConnectTimeout
);

Parameters

  • pdwConnectTimeout
    [out, retval] Receives a pointer to the time-out value, in seconds, from the TIMEOUT_INFO structure.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The indexer expects the first chunk of the document to be received within the connection time-out interval and any subsequent chunks to be received within the data time-out interval. These time-out values help prevent filters and protocol handlers from failing or causing performance issues.