protected void RaisePollingCompletedEvent(PollingEventArgs args) { var invoker = PollingCompleted; if (invoker != null) { invoker(this, args); } }