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

適用於