Loupe - Log - Monitor - Resolve
Gibraltar.Messaging Namespace / IMessenger Interface / Write Method
The packet to write through the messenger.
True if the information contained in packet should be committed synchronously, false if the messenger should use write caching (if available).

In This Topic
    Write Method (IMessenger)
    In This Topic
    Write the provided packet to this messenger.
    Syntax
    'Declaration
     
    
    Sub Write( _
       ByVal packet As IMessengerPacket, _
       ByVal writeThrough As Boolean _
    ) 
    void Write( 
       IMessengerPacket packet,
       bool writeThrough
    )

    Parameters

    packet
    The packet to write through the messenger.
    writeThrough
    True if the information contained in packet should be committed synchronously, false if the messenger should use write caching (if available).
    Remarks
    The packet may depend on other packets. If the messenger needs those packets they are available from the publisher's packet cache.
    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