예제 #1
0
파일: SyncTests.cs 프로젝트: uzbekdev1/nfx
 public void Sync_B_4_Parallel_Marshalling_ThreadSafeServer()
 {
     TestLogic.TestContractB_4_Marshalling_Parallel(CONF_SRC_SYNC, threadSafe: true);
 }
예제 #2
0
 public void Inproc_B_4_Marshalling_Parallel()
 {
     TestLogic.TestContractB_4_Marshalling_Parallel(CONF_SRC_INPROC, threadSafe: true);
 }