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

EndResendConfirmationCode() public method

Finishes the asynchronous execution of the ResendConfirmationCode operation.
public EndResendConfirmationCode ( IAsyncResult asyncResult ) : ResendConfirmationCodeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResendConfirmationCode.
return Amazon.CognitoIdentityProvider.Model.ResendConfirmationCodeResponse
        public  ResendConfirmationCodeResponse EndResendConfirmationCode(IAsyncResult asyncResult)
        {
            return EndInvoke<ResendConfirmationCodeResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient