C # in a Nutshell, Second Edition
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 ( ); Passed To
AppDomain.DoCallBack( ) |