SocialInfoProviderManager.ProvisionAsync Method

Definition

Provisions the app to use social media extensibility.

public:
 static IAsyncOperation<bool> ^ ProvisionAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> ProvisionAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
 static IAsyncOperation<bool> ProvisionAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> ProvisionAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
public static IAsyncOperation<bool> ProvisionAsync();
function provisionAsync()
Public Shared Function ProvisionAsync () As IAsyncOperation(Of Boolean)

Returns

A Boolean value indicating if the operation was successful.

Attributes

Applies to