GigaSpaces XAP.NET Documentation
DynamicTemplate Property
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(TData>)>)DynamicTemplate
Gets or sets the dynamic template provider that determines which entries this container should listen for, the provider will be used in order to create a new template at each polling iteration.
Declaration Syntax
C#Visual BasicVisual C++J#
public DynamicEventTemplateProvider<TData> DynamicTemplate { get; set; }
Public Property DynamicTemplate As DynamicEventTemplateProvider(Of TData)
public:
property DynamicEventTemplateProvider<TData>^ DynamicTemplate {
	DynamicEventTemplateProvider<TData>^ get ();
	void set (DynamicEventTemplateProvider<TData>^ value);
}
/** @property */
public DynamicEventTemplateProvider<TData> get_DynamicTemplate()
/** @property */
public  void set_DynamicTemplate(DynamicEventTemplateProvider<TData> value)
Remarks
This property cannot be changed when the container is running. To change it, Stop()()() the container, set the new value then Start()()() it again. This property cannot be set together with Template

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)