Exemple #1
0
 public void TestCallStaticDelegateOnDemandAsync()
 {
     BasicTests.TestCallStaticDelegate(AnalysisStrategyKind.ONDEMAND_ASYNC);
 }
Exemple #2
0
 public void TestCallStaticDelegateOnDemandOrleans()
 {
     BasicTests.TestCallStaticDelegate(AnalysisStrategyKind.ONDEMAND_ORLEANS);
 }
 public void TestCallStaticDelegateEntireAsync()
 {
     BasicTests.TestCallStaticDelegate(AnalysisStrategyKind.ENTIRE_ASYNC);
 }