SystemPropertiesConnectTimeout Property |
Returns the connect timeout used for server and locator handshakes.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic uint ConnectTimeout { get; }
Public ReadOnly Property ConnectTimeout As UInteger
Get
public:
property unsigned int ConnectTimeout {
unsigned int get ();
}
member ConnectTimeout : uint32 with get
Return Value
Type:
UInt32the connect timeout used for server and locator handshakes
See Also