GigaSpaces XAP.NET Documentation
DefaultEventSessionConfig Property
Class LibraryGigaSpaces.CoreISpaceProxyProviderFactoryDefaultEventSessionConfig
Gets or sets the default EventSessionConfig assigned to created proxies.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Use GigaSpacesFactory.DefaultEventSessionConfig instead.")]
EventSessionConfig DefaultEventSessionConfig { get; set; }
<ObsoleteAttribute("Use GigaSpacesFactory.DefaultEventSessionConfig instead.")> _
Property DefaultEventSessionConfig As EventSessionConfig
[ObsoleteAttribute(L"Use GigaSpacesFactory.DefaultEventSessionConfig instead.")]
property EventSessionConfig^ DefaultEventSessionConfig {
	EventSessionConfig^ get ();
	void set (EventSessionConfig^ value);
}
/** @property */
/** @attribute ObsoleteAttribute("Use GigaSpacesFactory.DefaultEventSessionConfig instead.") */
EventSessionConfig get_DefaultEventSessionConfig()
/** @property */
/** @attribute ObsoleteAttribute("Use GigaSpacesFactory.DefaultEventSessionConfig instead.") */
 void set_DefaultEventSessionConfig(EventSessionConfig value)

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