ChatSyncManager.AssociateAccountAsync(WebAccount) 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.
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
|