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

EndDeleteUser() 공개 메소드

Finishes the asynchronous execution of the DeleteUser operation.
public EndDeleteUser ( IAsyncResult asyncResult ) : DeleteUserResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUser.
리턴 DeleteUserResponse
        public  DeleteUserResponse EndDeleteUser(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteUserResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient