ChatSyncManager.UnassociateAccountAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|