GigaSpaces XAP.NET Documentation
IPreparedTemplate<(Of <(T>)>) Interface
Class LibraryGigaSpaces.CoreIPreparedTemplate<(Of <(T>)>)
Encapsulates a template that was prepared by a space proxy.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IPreparedTemplate<T> : IQuery<T>, 
	IDisposable
Public Interface IPreparedTemplate(Of T) _
	Implements IQuery(Of T), IDisposable
generic<typename T>
public interface class IPreparedTemplate : IQuery<T>, 
	IDisposable
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of entry.
Members
All MembersMethods



IconMemberDescription
Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)