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

EndUpdateUserAttributes() public method

Finishes the asynchronous execution of the UpdateUserAttributes operation.
public EndUpdateUserAttributes ( IAsyncResult asyncResult ) : UpdateUserAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUserAttributes.
return Amazon.CognitoIdentityProvider.Model.UpdateUserAttributesResponse
        public  UpdateUserAttributesResponse EndUpdateUserAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateUserAttributesResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient