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

Get or set the number of messages prefetched by the EMS client from the server to improve efficiency.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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.

See Also