[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get all ACL entries pertaining to the topic with the given topicName.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public ACLEntry[] GetTopicACLEntries( string topicName ) |
Public Function GetTopicACLEntries ( _ topicName As String _ ) As ACLEntry() |
public: array<ACLEntry^>^ GetTopicACLEntries( String^ topicName ) |
Parameters
- topicName
- Type: System..::.String
Topic name.
Return Value
the array of ACLEntries for the given topic.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if topicName is not a legal topic name. |