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

EndDeleteUserAttributes() public method

Finishes the asynchronous execution of the DeleteUserAttributes operation.
public EndDeleteUserAttributes ( IAsyncResult asyncResult ) : DeleteUserAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUserAttributes.
return DeleteUserAttributesResponse
        public  DeleteUserAttributesResponse EndDeleteUserAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteUserAttributesResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient