GigaSpaces XAP.NET Documentation
DefaultTimeOut Property
Class LibraryGigaSpaces.CoreISpaceProxyProviderFactoryDefaultTimeOut
Gets or sets the default timeout assigned to created proxies.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Use GigaSpacesFactory.DefaultTimeOut instead.")]
long DefaultTimeOut { get; set; }
<ObsoleteAttribute("Use GigaSpacesFactory.DefaultTimeOut instead.")> _
Property DefaultTimeOut As Long
[ObsoleteAttribute(L"Use GigaSpacesFactory.DefaultTimeOut instead.")]
property long long DefaultTimeOut {
	long long get ();
	void set (long long value);
}
/** @property */
/** @attribute ObsoleteAttribute("Use GigaSpacesFactory.DefaultTimeOut instead.") */
long get_DefaultTimeOut()
/** @property */
/** @attribute ObsoleteAttribute("Use GigaSpacesFactory.DefaultTimeOut instead.") */
 void set_DefaultTimeOut(long value)

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