A base interface for all EventSession types.
            
| C# | Visual Basic | Visual C++ | J# | 
public interface IEventSession : IDisposable
Public Interface IEventSession _ Implements IDisposable
public interface class IEventSession : IDisposable
public interface IEventSession extends IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
| 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.
              | 
