OnlineMediaManager.ProvisionAsync method

Registers the calling app with the system as participating in social online media.

Syntax

public IAsyncAction ProvisionAsync()
Public Function ProvisionAsync() As IAsyncAction
public:
IAsyncAction^ ProvisionAsync()

Parameters

This method has no parameters.

Return value

Type: IAsyncAction

An asynchronous action.

Remarks

You must call this method before adding any online media. Calling this method multiple times will not have any effect unless you have called DeprovisionAsync.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation.OnlineMedia Windows::Phone::SocialInformation::OnlineMedia [C++]

Metadata

Windows.WinMD

See also

OnlineMediaManager