Loupe - Log - Monitor - Resolve
Gibraltar.Messaging Namespace / Publisher Class / Publish Method
An array of packets to publish as a batch.
True if the information contained in packet should be committed synchronously, false if the publisher can use write caching (when available).

In This Topic
    Publish Method
    In This Topic
    Publish the provided batch of packets.
    Syntax
    'Declaration
     
    
    Public Sub Publish( _
       ByVal packetArray() As IMessengerPacket, _
       ByVal writeThrough As Boolean _
    ) 
    public void Publish( 
       IMessengerPacket[] packetArray,
       bool writeThrough
    )

    Parameters

    packetArray
    An array of packets to publish as a batch.
    writeThrough
    True if the information contained in packet should be committed synchronously, false if the publisher can use write caching (when available).
    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