Share via


IFeedProvider.OnCustomQueryParametersRequested Method

Definition

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 FeedManager.SetCustomQueryParameters(CustomQueryParametersUpdateOptions).

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

args
CustomQueryParametersRequestedArgs

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.

Applies to