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

Get or set the prefetch that overrides individual topic prefetches

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

Syntax

public int TopicPrefetch { get; set; }
Public Property TopicPrefetch As Integer
public:
property int TopicPrefetch {
	int get ();
	void set (int value);
}

Return Value

the topic prefetch of this route

See Also