private void OnServerShuttingDown() { if (ServerShuttingDown == null) { return; } Task.Run(() => { ServerShuttingDown?.Invoke(this, new InternetEventArgs { Local = this }); }); }
protected void OnServerShuttingDown() { ServerShuttingDown?.Invoke(mvarID); }