August 2003
Intermediate to advanced
928 pages
32h 1m
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( )