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

EndDeleteGroup() public method

Finishes the asynchronous execution of the DeleteGroup operation.
public EndDeleteGroup ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.DeleteGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteGroup.
return Amazon.IdentityManagement.Model.DeleteGroupResponse
        public  DeleteGroupResponse EndDeleteGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteGroupResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient