[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Grant the permissions specified in the given ACLEntry.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void Grant( ACLEntry entry ) |
Public Sub Grant ( _ entry As ACLEntry _ ) |
public: void Grant( ACLEntry^ entry ) |
Parameters
- entry
- Type: TIBCO.EMS.ADMIN..::.ACLEntry
The description of the permissions to grant.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some error occurred. |
System..::.ArgumentException | if entry is null. |