TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

ACLEntry Constructor 

Constructor used to create ACLEntries that will be passed to Admin.grant() and Admin.revoke() methods.

public ACLEntry(
   DestinationInfo destination,
   PrincipalInfo principal,
   Permissions permissions
);

Parameters

destination
the destination the permissions apply to.
principal
the principal that has the permissions.
permissions
the permissions for this entry.

See Also

ACLEntry Class | TIBCO.EMS.ADMIN Namespace