예제 #1
0
 private void StartConnection(Connection connection)
 {
     ThreadPool.UnsafeQueueUserWorkItem(this.StartConnectionCore, connection);
 }