ChatSyncManager.AssociateAccountAsync(WebAccount) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 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
|