TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.Revoke Method (AdminACLEntry)

Revoke the administrative permissions.

public void Revoke(
   AdminACLEntry entry
);

Parameters

entry
the AdminACLEntry containing the positive permissions to be revoked.

Remarks

Only permissions specified as positive in the AdminPermissions member of supplied AdminAclEntry are taken into account and revoked. The negative permissions of participating AdminPermissions are ignored.

Exceptions

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

See Also

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