TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.Revoke Method (ACLEntry[])

Revoke the permissions specified in the given ACLEntries.

public void Revoke(
   ACLEntry[] acls
);

Parameters

acls
an array of ACLEntry objects containing the positive permissions to be revoked.

Exceptions

Exception Type Condition
AdminException if not authorized or some error occurred.
ArgumentException if ACLEntry array is null.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace | Admin.Revoke Overload List