[TIBCO.EMS .NET Admin client library 8.1 documentation]

Grant the permissions specified in the given ACLEntries.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void Grant(
	ACLEntry[] acls
)
Public Sub Grant ( _
	acls As ACLEntry() _
)
public:
void Grant(
	array<ACLEntry^>^ acls
)

Parameters

acls
Type: array< TIBCO.EMS.ADMIN..::.ACLEntry >[]()[]
The descriptions of the permissions to grant.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminException if not authorized or some error occurred.
System..::.ArgumentException if acls is null.

See Also