Context::DoCallBack Method (CrossContextDelegate^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Executes code in another context.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- deleg
-
Type:
System.Runtime.Remoting.Contexts::CrossContextDelegate^
The delegate used to request the callback.
A callback can be done by calling the DoCallBack method on it by passing in a delegate. The delegate is used to request a callback. The delegate must be a CrossContextDelegate class type.
.NET Framework
Available since 1.1
Available since 1.1
Show: