Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndDetachUserPolicy C# (CSharp) Méthode

EndDetachUserPolicy() public méthode

Finishes the asynchronous execution of the DetachUserPolicy operation.
public EndDetachUserPolicy ( IAsyncResult asyncResult ) : DetachUserPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachUserPolicy.
Résultat DetachUserPolicyResponse
        public  DetachUserPolicyResponse EndDetachUserPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<DetachUserPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient