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

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