public static void SetLogicalExecutionLocation(LogicalExecutionLocations location)
 {
     _logicalExecutionLocation = location;
 }
Exemple #2
0
 internal static void SetLogicalExecutionLocation(LogicalExecutionLocations location)
 {
     _logicalExecutionLocation = location;
 }
Exemple #3
0
 internal static void SetLogicalExecutionLocation(LogicalExecutionLocations location)
 {
     LocalContext["__logicalExecutionLocation"] = location;
 }
Exemple #4
0
 public static void SetLogicalExecutionLocation(LogicalExecutionLocations location)
 {
     _logicalExecutionLocation = location;
 }