[TIBCO.EMS .NET Admin client library 6.3 documentation]
Returns destination prefetch value.
This returns actual destination prefetch value used by the server
at run time. Return value is a positive prefetch value or
{
PREFETCH_NONE} which is available for queues.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public int GetDestinationPrefetch() |
|
---|
Public Function GetDestinationPrefetch As Integer |
|
---|
public:
int GetDestinationPrefetch() |
Return Value
destination prefetch value as positive value
or {
PREFETCH_NONE} for queues
configured as no-prefetch queue.
See Also