AccessControlList::Remove Method (AccessControlEntry^)

 

Removes the first occurrence of a specific access control entry from the access control list.

Namespace:   System.Messaging
Assembly:  System.Messaging (in System.Messaging.dll)

public:
void Remove(
	AccessControlEntry^ entry
)

Parameters

entry
Type: System.Messaging::AccessControlEntry^

The AccessControlEntry to remove from the access control list.

Exception Condition
ArgumentNullException

The entry parameter is null.

The access control entries that follow the removed item move up to occupy the vacated spot.

.NET Framework
Available since 1.1
Return to top
Show: