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