MicrosoftAccountMultiFactorAuthenticationManager.GetSessionsAsync 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.
This API is for internal use only and should not be used in your code.
public:
virtual IAsyncOperation<MicrosoftAccountMultiFactorGetSessionsResult ^> ^ GetSessionsAsync(IIterable<Platform::String ^> ^ userAccountIdList) = GetSessionsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorGetSessionsResult> GetSessionsAsync(IIterable<winrt::hstring> const& userAccountIdList);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorGetSessionsResult> GetSessionsAsync(IEnumerable<string> userAccountIdList);
function getSessionsAsync(userAccountIdList)
Public Function GetSessionsAsync (userAccountIdList As IEnumerable(Of String)) As IAsyncOperation(Of MicrosoftAccountMultiFactorGetSessionsResult)
Parameters
This API is for internal use only and should not be used in your code.
Returns
This API is for internal use only and should not be used in your code.
- Attributes