WebAuthenticationCoreManager.CreateWebAccountMonitor Method

Definition

Creates a web account monitor to watch given accounts.

public:
 static WebAccountMonitor ^ CreateWebAccountMonitor(IIterable<WebAccount ^> ^ webAccounts);
 static WebAccountMonitor CreateWebAccountMonitor(IIterable<WebAccount> const& webAccounts);
public static WebAccountMonitor CreateWebAccountMonitor(IEnumerable<WebAccount> webAccounts);
function createWebAccountMonitor(webAccounts)
Public Shared Function CreateWebAccountMonitor (webAccounts As IEnumerable(Of WebAccount)) As WebAccountMonitor

Parameters

webAccounts

IIterable<WebAccount>

IEnumerable<WebAccount>

The web accounts to monitor.

Returns

A web account monitor watching the given accounts.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to