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

EndPutRolePolicy() public method

Finishes the asynchronous execution of the PutRolePolicy operation.
public EndPutRolePolicy ( IAsyncResult asyncResult ) : PutRolePolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutRolePolicy.
return PutRolePolicyResponse
        public  PutRolePolicyResponse EndPutRolePolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<PutRolePolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient