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

EndAttachUserPolicy() public method

Finishes the asynchronous execution of the AttachUserPolicy operation.
public EndAttachUserPolicy ( IAsyncResult asyncResult ) : AttachUserPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachUserPolicy.
return AttachUserPolicyResponse
        public  AttachUserPolicyResponse EndAttachUserPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<AttachUserPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient