IsConnected
public bool IsConnected;
Description
Check whether the system is currently connected to real-time notifications.
Example
if (!Backend.Notification.IsConnected)
{
Backend.Notification.Connect();
}
Return cases
If connected to real-time notifications\ returns true.
For all other states except being connected to real-time notifications\ returns false.