IFeedProvider.OnCustomQueryParametersRequested Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the feed provider that the Widgets Board needs the the app to update a feed's custom query parameters. This occurs when a fetch of feed data fails due to due to an expired authentication token was set in a previous call to Microsoft.Windows.Widgets.Feeds.Providers.FeedManager.SetCustomQueryParameters.
public:
void OnCustomQueryParametersRequested(CustomQueryParametersRequestedArgs ^ args);
void OnCustomQueryParametersRequested(CustomQueryParametersRequestedArgs const& args);
public void OnCustomQueryParametersRequested(CustomQueryParametersRequestedArgs args);
function onCustomQueryParametersRequested(args)
Public Sub OnCustomQueryParametersRequested (args As CustomQueryParametersRequestedArgs)
Parameters
A Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersRequestedArgs that provides the ID for the feed for which query parameters are being requested. The ID is specified in the app manifest file for the feed provider app. For more information, see Feed provider package manifest XML format.