[TIBCO.EMS .NET Admin client library 6.0 documentation]
Overload List
Name | Description | |
---|---|---|
![]() | 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.
|