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

Grant the permissions specified in the given ACLEntry.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

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

See Also