GigaSpaces XAP.NET Documentation
IEventSession Interface
Class LibraryGigaSpaces.Core.EventsIEventSession
A base interface for all EventSession types.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IEventSession : IDisposable
Public Interface IEventSession _
	Implements IDisposable
public interface class IEventSession : IDisposable
public interface IEventSession extends IDisposable
Members
All MembersMethodsProperties



IconMemberDescription
Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
SessionConfig
Returns the configuration used to create this event session.

Space
Returns the space this event session belongs to.

Transaction
Returns the transaction (if any) associated with this event session.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)