Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndForgotPassword C# (CSharp) Method

EndForgotPassword() public method

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