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

EndAttachRolePolicy() public method

Finishes the asynchronous execution of the AttachRolePolicy operation.
public EndAttachRolePolicy ( IAsyncResult asyncResult ) : AttachRolePolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachRolePolicy.
return AttachRolePolicyResponse
        public  AttachRolePolicyResponse EndAttachRolePolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<AttachRolePolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient