ChatSyncManager.AssociateAccountAsync(WebAccount) Method

Definition

Sets the WebAccount, which will be used by the sync manager to sync messages.

public:
 virtual IAsyncAction ^ AssociateAccountAsync(WebAccount ^ webAccount) = AssociateAccountAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction AssociateAccountAsync(WebAccount const& webAccount);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction AssociateAccountAsync(WebAccount webAccount);
function associateAccountAsync(webAccount)
Public Function AssociateAccountAsync (webAccount As WebAccount) As IAsyncAction

Parameters

webAccount
WebAccount

The web account.

Returns

An asynchronous action that doesn't return anything.

Attributes

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to