IXFeed::SetInterval Method

Sets the update interval for the feed.

Syntax

HRESULT SetInterval(
    UINT uiInterval
);

Parameters

  • uiInterval
    [in] Unsigned integer that specifies the time between downloads, in minutes.

Return Value

Returns S_OK if successful, or an error value otherwise.