Exemple #1
0
 /// <summary>
 ///
 /// </summary>
 private void StartAfter()
 {
     //TODO network
     if (configure != null)
     {
         Aggr.Network.Start(configure);
         Aggr.Debug("{0} network.io host:{1} port:{2} is started...", ServerID, configure.Host, configure.Port);
     }
 }