Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndUpdateUserAttributes C# (CSharp) 메소드

EndUpdateUserAttributes() 공개 메소드

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