/// <summary> /// Refesh the data, only works in "auto" mode. /// </summary> public void Refresh() { try { Subscription.Refresh(); } catch (Exception e) { throw e; } }