A base interface for all EventSession types.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IEventSession : IDisposable
Public Interface IEventSession _ Inherits IDisposable
public interface class IEventSession : IDisposable
public interface IEventSession extends IDisposable
Members
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.
|