MicrosoftAccountMultiFactorAuthenticationManager.UpdateWnsChannelAsync Method

Definition

This API is for internal use only and should not be used in your code.

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)

Parameters

userAccountId
String

Platform::String

winrt::hstring

This API is for internal use only and should not be used in your code.

channelUri
String

Platform::String

winrt::hstring

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

Applies to