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

EndDeleteRole() public method

Finishes the asynchronous execution of the DeleteRole operation.
public EndDeleteRole ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.DeleteRoleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRole.
return Amazon.IdentityManagement.Model.DeleteRoleResponse
        public  DeleteRoleResponse EndDeleteRole(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteRoleResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient