コード例 #1
0
 // Do nothing here
 // This is called by super class. But it is too early as 'server' attribute is not set yet
 private void CheckConnectionThread()
 {
     lock (this)
     {
         if (connectionThread == null)
         {
             connectionThread = new NeoDatis.Odb.Core.Server.Connection.SameVmConnectionThread
                                    (server, true);
         }
     }
 }
コード例 #2
0
		// Do nothing here
		// This is called by super class. But it is too early as 'server' attribute is not set yet 
		private void CheckConnectionThread()
		{
			lock (this)
			{
				if (connectionThread == null)
				{
					connectionThread = new NeoDatis.Odb.Core.Server.Connection.SameVmConnectionThread
						(server, true);
				}
			}
		}