Name

CrossAppDomainDelegate

Synopsis

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( )

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.