Пример #1
0
 public static void Run(System.Threading.CompressedStack compressedStack, System.Threading.ContextCallback callback, object state)
 {
 }
Пример #2
0
 public static void Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)
 {
 }
Пример #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);
 }
Пример #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)
 {
 }