Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndForgotPassword C# (CSharp) Метод

EndForgotPassword() публичный Метод

Finishes the asynchronous execution of the ForgotPassword operation.
public EndForgotPassword ( IAsyncResult asyncResult ) : ForgotPasswordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginForgotPassword.
Результат Amazon.CognitoIdentityProvider.Model.ForgotPasswordResponse
        public  ForgotPasswordResponse EndForgotPassword(IAsyncResult asyncResult)
        {
            return EndInvoke<ForgotPasswordResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient