GigaSpaces XAP.NET Documentation
EventListenerContainerFactory Class
Class LibraryGigaSpaces.XAP.EventsEventListenerContainerFactory
Used to create an IEventListenerContainer<(Of <(<'TData>)>)> from a listener instance marked by attributed.
Declaration Syntax
C#Visual BasicVisual C++J#
public static class EventListenerContainerFactory
Public NotInheritable Class EventListenerContainerFactory
public ref class EventListenerContainerFactory abstract sealed
public final class EventListenerContainerFactory
Members
All MembersMethods



IconMemberDescription
CreateContainer<(Of <<'(TData>)>>)(ISpaceProxy, Object)
Creates an IEventListenerContainer<(Of <(<'TData>)>)> from the supplied listener instance, the listener class should be marked with the appropriate NotifyEventDrivenAttribute or PollingEventDrivenAttribute attribute. By default, if the listener class is not marked with an EventDrivenAttribute attribute, a PollingEventListenerContainer<(Of <(<'TData>)>)> will be created

Inheritance Hierarchy
Object
EventListenerContainerFactory
See Also

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