GigaSpaces XAP.NET Documentation
Template Property
Class LibraryGigaSpaces.XAP.EventsIEventListenerContainer<(Of <(TData>)>)Template
Gets or sets the template that determines which entries this container should listen for.
Declaration Syntax
C#Visual BasicVisual C++J#
Object Template { get; set; }
Property Template As Object
property Object^ Template {
	Object^ get ();
	void set (Object^ value);
}
/** @property */
Object get_Template()
/** @property */
 void set_Template(Object 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.
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)