TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.Grant Method (ACLEntry[])

Grant the permissions specified in the given ACLEntries.

public void Grant(
   ACLEntry[] acls
);

Parameters

acls
The descriptions of the permissions to grant.

Exceptions

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

See Also

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