MicrosoftAccountMultiFactorAuthenticationManager.GetSessionsAsync 方法

定义

此 API 仅供内部使用,不应在代码中使用。

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)

参数

userAccountIdList

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

此 API 仅供内部使用,不应在代码中使用。

返回

此 API 仅供内部使用,不应在代码中使用。

属性

适用于