GigaSpaces XAP.NET Documentation
Ping Method (throwOnError)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyPing(Boolean)
Checks whether the space is alive and accessible.
Declaration Syntax
C#Visual BasicVisual C++J#
bool Ping(
	bool throwOnError
)
Function Ping ( _
	throwOnError As Boolean _
) As Boolean
bool Ping(
	bool throwOnError
)
boolean Ping(
	boolean throwOnError
)
Parameters
throwOnError (Boolean)
Determines if an exception is thrown when the space is not active.
Return Value
true if the space is alive, false otherwise
Exceptions
ExceptionCondition
SpaceExceptionSpace was unreachable

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)