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

웹 계정입니다.

반환

아무것도 반환하지 않는 비동기 작업입니다.

특성

Windows 요구 사항

앱 기능
chat chatSystem smsSend

적용 대상