Note

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

Access to this page requires authorization. You can try .

IFeedProvider.OnFeedProviderDisabled(FeedProviderDisabledArgs) 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 all of the feeds for this provider have been disabled.

public:
 void OnFeedProviderDisabled(FeedProviderDisabledArgs ^ args);
void OnFeedProviderDisabled(FeedProviderDisabledArgs const& args);
public void OnFeedProviderDisabled(FeedProviderDisabledArgs args);
function onFeedProviderDisabled(args)
Public Sub OnFeedProviderDisabled (args As FeedProviderDisabledArgs)

Parameters

args
FeedProviderDisabledArgs

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

Remarks

Feed providers can use this method to revoke any authentication tokens previously granted for this feed provider.

Applies to


Feedback

Was this page helpful?