ObjectSpace :: isClient - Is object space a client handle?
When an object space handle has been created for an object client or a local application, it is considered as client handle. Object space handles created for local applications are considered as client, but also as server handle.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false .
Implementation details
bool
ObjectSpace  :: isClient (  )
The function returns whether the object space handle has been created as client handle ( true ). The function returns false , when the handle has been created as server handle for an object server.