get_is_remote


Description:

public bool get_is_remote ()

Checks if this is remote.

If this is remote then it means that another instance of application already exists (the 'primary' instance). Calls to perform actions on this will result in the actions being performed by the primary instance.

The value of this property cannot be accessed before register has been called. See get_is_registered.

Parameters:

this

a Application

Returns:

true if this is remote