[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
This enum is mainly for getting dests (either topic or queues)
via the Admin.GetQueues(pattern, parameter) or
Admin.GetTopics(pattern, parameter) API's, Where the parameter can be
one of the following.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public enum RequestDestInfo |
Public Enumeration RequestDestInfo |
public enum class RequestDestInfo |
Members
Member name | Description | |
---|---|---|
DestGetStatic |
Request info for static destinations only
| |
DestGetDynamic |
Request info for dynamic destinations only
| |
DestGetNoTemp |
Request info for nontemporary destinations only
| |
DestGetAll |
Request info for all destinations
|