GigaSpaces XAP.NET Documentation
EventSessionConfig Property
Class LibraryGigaSpaces.CoreSpaceIteratorConfigEventSessionConfig
Gets or sets the event session configuration which will be used by the iterator to monitor future matching entries.
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.0.2.6900 (9.0.2.6900)