Context::DoCallBack Method (CrossContextDelegate^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Executes code in another context.

Namespace:   System.Runtime.Remoting.Contexts
Assembly:  mscorlib (in mscorlib.dll)

public:
[SecurityCriticalAttribute]
void DoCallBack(
	CrossContextDelegate^ deleg
)

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
Return to top
Show: