Loupe - Log - Monitor - Resolve
Gibraltar.Messaging Namespace / IMessenger Interface / Initialize Method
The publisher that owns the messenger
The configuration block for this messenger

In This Topic
    Initialize Method (IMessenger)
    In This Topic
    Initialize the messenger so it is ready to accept packets.
    Syntax
    'Declaration
     
    
    Sub Initialize( _
       ByVal publisher As Publisher, _
       ByVal configuration As IMessengerConfiguration _
    ) 
    void Initialize( 
       Publisher publisher,
       IMessengerConfiguration configuration
    )

    Parameters

    publisher
    The publisher that owns the messenger
    configuration
    The configuration block for this messenger
    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