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

EndDetachRolePolicy() public method

Finishes the asynchronous execution of the DetachRolePolicy operation.
public EndDetachRolePolicy ( IAsyncResult asyncResult ) : DetachRolePolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachRolePolicy.
return DetachRolePolicyResponse
        public  DetachRolePolicyResponse EndDetachRolePolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<DetachRolePolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient