GigaSpaces XAP.NET Documentation
ReceiveTimeout Property
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(<'TData>)>)>ReceiveTimeout
Gets or sets the timeout parameter which is passed to the ReceiveOperationHandler each poll.
Declaration Syntax
C#Visual BasicVisual C++J#
public long ReceiveTimeout { get; set; }
Public Property ReceiveTimeout As Long
	Get
	Set
public:
property long long ReceiveTimeout {
	long long get ();
	void set (long long value);
}
/** @property */
public long get_ReceiveTimeout()
/** @property */
public  void set_ReceiveTimeout(long value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)