GOA - System.AppDomainMessageHandler

AppDomainMessageHandler Delegate


Represents the method that will handle the message sent by the AppDomain.

Definition

public delegate Object AppDomainMessageHandler( AppDomain source_domain,
                                                Object[] args );

Parameters

source_domainThe AppDomain that is the sender of the message.
System.AppDomain
argsThe parameters of the message.
System.Object[]

Return Value

System.Object

Delegate Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.