Freigeben über


MicrosoftAccountMultiFactorAuthenticationManager.GetSessionsAsync Methode

Definition

Diese API dient nur zur internen Verwendung und sollte nicht in Ihrem Code verwendet werden.

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)

Parameter

userAccountIdList

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Diese API dient nur zur internen Verwendung und sollte nicht in Ihrem Code verwendet werden.

Gibt zurück

Diese API dient nur zur internen Verwendung und sollte nicht in Ihrem Code verwendet werden.

Attribute

Gilt für: