Пример #1
0
        /// <summary>
        /// 更新网络
        /// </summary>
        public void Update()
        {
            _syncContext.Update();

            if (_channel != null)
            {
                _channel.Update();
            }
        }
Пример #2
0
 /// <summary>
 /// 更新网络
 /// </summary>
 public void Update()
 {
     _syncContext.Update();
 }