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