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

Overload List

  NameDescription
GetConsumers()()()
Returns all consumers in the server. Returned array may be of 0 length if there are no consumers in the server. Returned consumers are not sorted and placed in the array in any order. Application may need to sort the consumers in application-specific order if required. This method is equivalent to calling method GetConsumers(null,null,null,false,0). Refer to the documentation of {GetConsumers(Object, String, DestinationInfo, Boolean, Int32)} for detailed information.
GetConsumers(Object, String, DestinationInfo, Boolean, Int32)
Returns consumers matching specified filters. Returned array may be of 0 length if there are no consumers in the server which match specified filters.

See Also