The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ContextCallback Delegate
.NET Framework (current version)
Represents a method to be called within a new context.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- state
-
Type:
System::Object^
An object containing information to be used by the callback method each time it executes.
ContextCallback is used by the ExecutionContext::Run and the SecurityContext::Run methods. ContextCallback represents the method to be run in the provided context. Upon completion of the method execution, the context is restored to its previous state.
Create the delegate by passing your callback method to the ContextCallback constructor. Your method must have the signature shown here.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: