ChatSyncManager.AssociateAccountAsync(WebAccount) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legt den WebAccount fest, der vom Synchronisierungs-Manager zum Synchronisieren von Nachrichten verwendet wird.
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
Parameter
- webAccount
- WebAccount
Das Webkonto.
Gibt zurück
Eine asynchrone Aktion, die nichts zurückgibt.
- Attribute
Windows-Anforderungen
App-Funktionen |
chat
chatSystem
smsSend
|