GigaSpaces XAP.NET Documentation
EventListenerContainer<(Of <(TData>)>) Constructor (spaceProxy, template)
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(TData>)>)EventListenerContainer<(Of <(TData>)>)(ISpaceProxy, Object)
Creates a container with the specified space proxy and template.
Declaration Syntax
C#Visual BasicVisual C++J#
protected EventListenerContainer(
	ISpaceProxy spaceProxy,
	Object template
)
Protected Sub New ( _
	spaceProxy As ISpaceProxy, _
	template As Object _
)
protected:
EventListenerContainer(
	ISpaceProxy^ spaceProxy, 
	Object^ template
)
protected EventListenerContainer(
	ISpaceProxy spaceProxy,
	Object template
)
Parameters
spaceProxy (ISpaceProxy)
SpaceProxy that the container will use.
template (Object)
Template that is used for event listening.

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