Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndDetachUserPolicy C# (CSharp) Method

EndDetachUserPolicy() public method

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