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

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.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public enum RequestDestInfo
Public Enumeration RequestDestInfo
public enum class RequestDestInfo

Members

Member nameDescription
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

See Also