March 2002
Intermediate to advanced
864 pages
31h 8m
English
CrossAppDomainDelegate
This delegate invokes a method in a different application
domain using the AppDomain.DoCallBack() method.
You can then invoke a delegate instance within another
AppDomain, which provides you with the ability to check on an AppDomain’s status or
information.
public delegate void CrossAppDomainDelegate();
AppDomain.DoCallBack()