Symphony Framework
DefinePostBox Method
Symphony.Conductor.Framework Namespace > VMMessenger Class : DefinePostBox Method
the delegate method called when a message is avaialbe to process.
Allow a consumer to provide a listening post box endpoint.
Syntax
public static void DefinePostBox( 
   MessageListnerEventHandler theEventHandler
)

Parameters

theEventHandler
the delegate method called when a message is avaialbe to process.
Remarks
Any number of compoents can register post box end points that will be executed when a general message.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VMMessenger Class
VMMessenger Members