Checks whether the space is alive and accessible.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
SpaceException | Space was unreachable |