Checks whether the space is alive and accessible.
![](../icons/collapse_all.gif)
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 )
![](../icons/collapse_all.gif)
- throwOnError (Boolean)
- Determines if an exception is thrown when the space is not active.
![](../icons/collapse_all.gif)
true if the space is alive, false otherwise
![](../icons/collapse_all.gif)
Exception | Condition |
---|---|
SpaceException | Space was unreachable |