[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set the number of messages prefetched by the EMS client from the server
to improve efficiency.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public int Prefetch { get; set; } |
Public Property Prefetch As Integer |
public: property int Prefetch { int get (); void set (int value); } |
Return Value
the number of messages prefetched by the EMS client.
Remarks
To use the default prefetch setting, prefetch should
be set to PREFETCH_DEFAULT. To disable this feature so messages are not
prefetched into the client set prefetch to PREFETCH_NONE.