SocialInfoProviderManager.CreateDashboardItemUpdaterAsync(String) Method

Definition

Creates a new SocialDashboardItemUpdater object that can be used as a task.

public:
 static IAsyncOperation<SocialDashboardItemUpdater ^> ^ CreateDashboardItemUpdaterAsync(Platform::String ^ ownerRemoteId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SocialDashboardItemUpdater> CreateDashboardItemUpdaterAsync(winrt::hstring const& ownerRemoteId);
/// [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<SocialDashboardItemUpdater> CreateDashboardItemUpdaterAsync(winrt::hstring const& ownerRemoteId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SocialDashboardItemUpdater> CreateDashboardItemUpdaterAsync(string ownerRemoteId);
[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<SocialDashboardItemUpdater> CreateDashboardItemUpdaterAsync(string ownerRemoteId);
function createDashboardItemUpdaterAsync(ownerRemoteId)
Public Shared Function CreateDashboardItemUpdaterAsync (ownerRemoteId As String) As IAsyncOperation(Of SocialDashboardItemUpdater)

Parameters

ownerRemoteId
String

Platform::String

winrt::hstring

The ID that identifies the user on the provider's system.

Returns

The newly created SocialDashboardItemUpdater object.

Attributes

Applies to