Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndUpdateUser C# (CSharp) 메소드

EndUpdateUser() 공개 메소드

Finishes the asynchronous execution of the UpdateUser operation.
public EndUpdateUser ( IAsyncResult asyncResult ) : UpdateUserResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUser.
리턴 UpdateUserResponse
        public  UpdateUserResponse EndUpdateUser(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateUserResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient