IXFeedsManager::DefaultInterval Method
Retrieves the default update interval for feeds.
Syntax
HRESULT DefaultInterval( UINT *puiInterval );
Parameters
- puiInterval
[out] Address of an unsigned integer variable that receives the length of time, in minutes.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The default value is 24 hours (1440 minutes).
See Also