GigaSpaces XAP.NET Documentation
LookupTimeout Property
Class LibraryGigaSpaces.CoreEmbeddedSpaceFactoryLookupTimeout
Determines the maximum timeout the space will wait to register within the lookup service.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<TimeSpan> LookupTimeout { get; set; }
Public Property LookupTimeout As Nullable(Of TimeSpan)
public:
property Nullable<TimeSpan> LookupTimeout {
	Nullable<TimeSpan> get ();
	void set (Nullable<TimeSpan> value);
}
/** @property */
public Nullable<TimeSpan> get_LookupTimeout()
/** @property */
public  void set_LookupTimeout(Nullable<TimeSpan> value)

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