Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndDeleteUserAttributes C# (CSharp) Méthode

EndDeleteUserAttributes() public méthode

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