GigaSpaces XAP.NET Documentation
IEventSession Interface
Class Library ► GigaSpaces.Core.Events ► IEventSession
A base interface for all EventSession types.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IEventSession : IDisposable
Public Interface IEventSession _
	Inherits 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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 16.3.0.0 (16.3.0)