ChatSyncManager.UnassociateAccountAsync Method

Definition

Clears the account information and stops the sync manager from syncing messages. This will trigger a message deletion operation.

public:
 virtual IAsyncAction ^ UnassociateAccountAsync() = UnassociateAccountAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction UnassociateAccountAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction UnassociateAccountAsync();
function unassociateAccountAsync()
Public Function UnassociateAccountAsync () As IAsyncAction

Returns

An asynchronous action that doesn't return anything.

Attributes

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to