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#
public EventSessionConfig DefaultEventSessionConfig { get; set; }
Public Property DefaultEventSessionConfig As EventSessionConfig
public:
virtual property EventSessionConfig^ DefaultEventSessionConfig {
	EventSessionConfig^ get () sealed;
	void set (EventSessionConfig^ value) sealed;
}
/** @property */
public final EventSessionConfig get_DefaultEventSessionConfig()
/** @property */
public final  void set_DefaultEventSessionConfig(EventSessionConfig value)

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