Question:
What is the I/O driver’s WriteSynchMode property’s purpose?
Solution:
This property determines how the writes will be send to the IOServer: in synchronous ou asynchronous mode. The available options are:
0 – write mode set up in the driver.
1 – synchronous write.
2 – asynchronous write (no confirmation).