Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IFeedProvider.OnFeedDisabled(FeedDisabledArgs) 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 disabled.

public:
 void OnFeedDisabled(FeedDisabledArgs ^ args);
void OnFeedDisabled(FeedDisabledArgs const& args);
public void OnFeedDisabled(FeedDisabledArgs args);
function onFeedDisabled(args)
Public Sub OnFeedDisabled (args As FeedDisabledArgs)

Parameters

args
FeedDisabledArgs

A FeedDisabledArgs object that provides the feed ID and feed provider ID of the feed that has been disabled.

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 revoke authentication tokens, if needed.

Applies to


Feedback

Was this page helpful?