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

EndPutUserPolicy() public method

Finishes the asynchronous execution of the PutUserPolicy operation.
public EndPutUserPolicy ( IAsyncResult asyncResult ) : PutUserPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutUserPolicy.
return PutUserPolicyResponse
        public  PutUserPolicyResponse EndPutUserPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<PutUserPolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient