MicrosoftAccountMultiFactorAuthenticationManager.UpdateWnsChannelAsync 方法

定义

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

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ UpdateWnsChannelAsync(Platform::String ^ userAccountId, Platform::String ^ channelUri) = UpdateWnsChannelAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> UpdateWnsChannelAsync(winrt::hstring const& userAccountId, winrt::hstring const& channelUri);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> UpdateWnsChannelAsync(string userAccountId, string channelUri);
function updateWnsChannelAsync(userAccountId, channelUri)
Public Function UpdateWnsChannelAsync (userAccountId As String, channelUri As String) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)

参数

userAccountId
String

Platform::String

winrt::hstring

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

channelUri
String

Platform::String

winrt::hstring

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

返回

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

属性

适用于