Esempio n. 1
0
 public static void Run(System.Threading.CompressedStack compressedStack, System.Threading.ContextCallback callback, object state)
 {
 }
Esempio n. 2
0
 public static void Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)
 {
 }
Esempio n. 3
0
 public static void Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)
 {
     // Minimal implementation of ExecutionContext flow to enable APM.
     callback(state);
 }
Esempio n. 4
0
 public static void Run(System.Security.SecurityContext securityContext, System.Threading.ContextCallback callback, object state)
 {
     throw new System.NotSupportedException();
 }
 public static void Run(SecurityContext securityContext, System.Threading.ContextCallback callback, Object state)
 {
 }