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

Returns additional details about this consumer or null. This method returns null if this object has been obtained via {GetConsumersStatistics(Int64, String, DestinationInfo)} method. If this consumer was obtained via methods {GetConsumers()()()} or {GetConsumer(Int64)}, this method returns non-null value containing detailed information about consumer.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public ConsumerInfo..::.Details GetDetails()
Public Function GetDetails As ConsumerInfo..::.Details
public:
ConsumerInfo..::.Details^ GetDetails()

Return Value

detailed information object or null

See Also