This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
Summary
Represents the method that will handle the requests of execution of some code in another context.
C# Syntax:
[Serializable] public delegate void CrossContextDelegate();
Remarks
Callbacks provide a facility to request execution of some code in another context. CrossContextDelegate type is defined for context call backs. Each context has a callback object which can be used to perform callbacks on the context. The delegate used to request a callback through the callback object must be of CrossContextDelegate type.