Share via


SocialDashboardItemUpdater.CommitAsync Method

Definition

Asynchronously submits the update after all the properties have been set.

public:
 virtual IAsyncAction ^ CommitAsync() = CommitAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CommitAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
IAsyncAction CommitAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CommitAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater 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 IAsyncAction CommitAsync();
function commitAsync()
Public Function CommitAsync () As IAsyncAction

Returns

An async action indicating that the operation has completed.

Attributes

Applies to