Share via


DualSimTile.UpdateAsync Method

Definition

Updates a dual SIM app list entry.

Important

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime.

public:
 virtual IAsyncOperation<bool> ^ UpdateAsync() = UpdateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> UpdateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> UpdateAsync();
function updateAsync()
Public Function UpdateAsync () As IAsyncOperation(Of Boolean)

Returns

When this async operation completes a boolean is returned.

Attributes

Windows requirements

App capabilities
dualSimTiles

Applies to