System.Runtime.Remoting.Contexts.CrossContextDelegate Delegate

Represents the method that will handle the requests of execution of some code in another context.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public delegate void CrossContextDelegate ()

Remarks

Callbacks provide a facility to request execution of some code in another context. The System.Runtime.Remoting.Contexts.CrossContextDelegate class is defined for context callbacks. Each context has a callback object that can be used to perform callbacks on the context. The delegate used to request a callback through the callback object must be of the System.Runtime.Remoting.Contexts.CrossContextDelegate class.

Requirements

Namespace: System.Runtime.Remoting.Contexts
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0