GigaSpaces XAP.NET Documentation
PollingEventListenerContainer<(Of <(TData>)>) Constructor (spaceProxy, template)
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(TData>)>)PollingEventListenerContainer<(Of <(TData>)>)(ISpaceProxy, Object)
Creates a container with the specified space proxy and template.
Declaration Syntax
C#Visual BasicVisual C++J#
public PollingEventListenerContainer(
	ISpaceProxy spaceProxy,
	Object template
)
Public Sub New ( _
	spaceProxy As ISpaceProxy, _
	template As Object _
)
public:
PollingEventListenerContainer(
	ISpaceProxy^ spaceProxy, 
	Object^ template
)
public PollingEventListenerContainer(
	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: 9.1.2.7920 (9.1.2.7920)