'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).