IFeedProvider.OnFeedEnabled(FeedEnabledArgs) 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.
Invoked by the Widgets Board when a feed is enabled.
public:
void OnFeedEnabled(FeedEnabledArgs ^ args);
void OnFeedEnabled(FeedEnabledArgs const& args);
public void OnFeedEnabled(FeedEnabledArgs args);
function onFeedEnabled(args)
Public Sub OnFeedEnabled (args As FeedEnabledArgs)
Parameters
- args
- FeedEnabledArgs
A FeedEnabledArgs object that provides the feed ID and feed provider ID of the feed that has been enabled.
Remarks
Feed providers are not required to perform any actions in response to this method invocation, but it can be used for telemetry purposes or to update the query string parameters, if needed.