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

EndDeleteUserAttributes() 공개 메소드

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