Uses of Class
system.threading.ExecutionContext
-
Packages that use ExecutionContext Package Description system.threading -
-
Uses of ExecutionContext in system.threading
Methods in system.threading that return ExecutionContext Modifier and Type Method Description static ExecutionContext
ExecutionContext. Capture()
static ExecutionContext
ExecutionContext. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoExecutionContext
, a cast assert is made to check if types are compatible.ExecutionContext
ExecutionContext. CreateCopy()
ExecutionContext
Thread. getExecutionContext()
Methods in system.threading with parameters of type ExecutionContext Modifier and Type Method Description static void
ExecutionContext. Restore(ExecutionContext executionContext)
static void
ExecutionContext. Run(ExecutionContext executionContext, ContextCallback callback, NetObject state)
-