예제 #1
0
        protected void StopHub()
        {
            if (_host == null)
            {
                return;
            }

            _host.Stop();
            _host = null;
        }
 public void Dispose()
 {
     _host.Stop();
 }