GigaSpaces XAP.NET Documentation
DefaultEventSessionConfig Property
Class LibraryGigaSpaces.CoreGigaSpacesFactoryDefaultEventSessionConfig
Gets or sets the default EventSessionConfig assigned to created proxies.
Declaration Syntax
C#Visual BasicVisual C++J#
public static EventSessionConfig DefaultEventSessionConfig { get; set; }
Public Shared Property DefaultEventSessionConfig As EventSessionConfig
public:
static property EventSessionConfig^ DefaultEventSessionConfig {
	EventSessionConfig^ get ();
	void set (EventSessionConfig^ value);
}
/** @property */
public static EventSessionConfig get_DefaultEventSessionConfig()
/** @property */
public static  void set_DefaultEventSessionConfig(EventSessionConfig value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)