GigaSpaces XAP.NET Documentation
ActualTemplate Property
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(TData>)>)ActualTemplate
Gets the actual template that is used for event listening. If PerformSnapshot is true, this will be the snapshot result of the Template.
Declaration Syntax
C#Visual BasicVisual C++J#
protected internal IQuery<TData> ActualTemplate { get; }
Protected Friend ReadOnly Property ActualTemplate As IQuery(Of TData)
protected public:
property IQuery<TData>^ ActualTemplate {
	IQuery<TData>^ get ();
}
/** @property */
protected IQuery<TData> get_ActualTemplate()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)