Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndConfirmForgotPassword C# (CSharp) 메소드

EndConfirmForgotPassword() 공개 메소드

Finishes the asynchronous execution of the ConfirmForgotPassword operation.
public EndConfirmForgotPassword ( IAsyncResult asyncResult ) : ConfirmForgotPasswordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginConfirmForgotPassword.
리턴 ConfirmForgotPasswordResponse
        public  ConfirmForgotPasswordResponse EndConfirmForgotPassword(IAsyncResult asyncResult)
        {
            return EndInvoke<ConfirmForgotPasswordResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient