GigaSpaces XAP.NET Documentation
EventSessionConfig Property
Class LibraryGigaSpaces.XAP.Events.NotifyNotifyEventListenerContainer<(Of <(TData>)>)EventSessionConfig
Gets or sets the event session config that is used to create the IDataEventSession that is used for notification registration.
Declaration Syntax
C#Visual BasicVisual C++J#
public EventSessionConfig EventSessionConfig { get; set; }
Public Property EventSessionConfig As EventSessionConfig
public:
property EventSessionConfig^ EventSessionConfig {
	EventSessionConfig^ get ();
	void set (EventSessionConfig^ value);
}
/** @property */
public EventSessionConfig get_EventSessionConfig()
/** @property */
public  void set_EventSessionConfig(EventSessionConfig value)

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