GigaSpaces XAP.NET Documentation
PollingEventListenerContainer<(Of <(TData>)>) Constructor (spaceProxy)
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(TData>)>)PollingEventListenerContainer<(Of <(TData>)>)(ISpaceProxy)
Creates a container with the specified space proxy.
Declaration Syntax
C#Visual BasicVisual C++J#
public PollingEventListenerContainer(
	ISpaceProxy spaceProxy
)
Public Sub New ( _
	spaceProxy As ISpaceProxy _
)
public:
PollingEventListenerContainer(
	ISpaceProxy^ spaceProxy
)
public PollingEventListenerContainer(
	ISpaceProxy spaceProxy
)
Parameters
spaceProxy (ISpaceProxy)
SpaceProxy that the container will use.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)