TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

AdminACLEntry Constructor 

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

public AdminACLEntry(
   PrincipalInfo principal,
   AdminPermissions permissions
);

Parameters

principal
the principal that has the permissions.
permissions
the permissions for this entry.

See Also

AdminACLEntry Class | TIBCO.EMS.ADMIN Namespace