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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)