DekGenius.com
[ Team LiB ] Previous Section Next Section

CrossAppDomainDelegateserializable

System (mscorlib.dll)delegate

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

    [ Team LiB ] Previous Section Next Section