WebAuthenticationCoreManager.CreateWebAccountMonitor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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)
|