ChatSyncManager.AssociateAccountAsync(WebAccount) 方法

定义

设置 WebAccount,同步管理器将使用该帐户来同步消息。

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

参数

webAccount
WebAccount

Web 帐户。

返回

不返回任何内容的异步操作。

属性

Windows 要求

应用功能
chat chatSystem smsSend

适用于