MicrosoftAccountMultiFactorAuthenticationManager.UpdateWnsChannelAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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 は内部でのみ使用されるため、コードでは使用しないでください。
- 属性