コード例 #1
0
 /// <exception cref="System.Exception"></exception>
 public static void Main2(string[] args)
 {
     // Thread.sleep(15000);
     // OdbConfiguration.setMessageStreamerClass(HessianMessageStreamer.class);
     NeoDatis.Odb.Test.Performance.PerformanceTest1 pt = new NeoDatis.Odb.Test.Performance.PerformanceTest1
                                                             ();
     pt.TestInsertSimpleObjectODB(true);
 }
コード例 #2
0
ファイル: PerformanceTest1.cs プロジェクト: ekicyou/pasta
		/// <exception cref="System.Exception"></exception>
		public static void Main2(string[] args)
		{
			// Thread.sleep(15000);
			// OdbConfiguration.setMessageStreamerClass(HessianMessageStreamer.class);
			NeoDatis.Odb.Test.Performance.PerformanceTest1 pt = new NeoDatis.Odb.Test.Performance.PerformanceTest1
				();
			pt.TestInsertSimpleObjectODB(true);
		}