GigaSpaces XAP.NET Documentation
Timeout Property
Class LibraryGigaSpaces.XAP.RemotingAbstractRemotingProxyBuilder<(Of <(TService>)>)Timeout
Gets or sets the maximum execution time in miliseconds allowed for a remote service invocation, after this time has elapsed, a OperationTimeoutException is thrown.
Declaration Syntax
C#Visual BasicVisual C++J#
public int Timeout { get; set; }
Public Property Timeout As Integer
public:
property int Timeout {
	int get ();
	void set (int value);
}
/** @property */
public int get_Timeout()
/** @property */
public  void set_Timeout(int value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)