How to ignore some a MFT''s flush operation, after Session::start(...)?
Hi, all:
For seek operation, I calledSession:: start(...),and then Session sent "MFT_MESSAGE_COMMAND_FLUSH" to all of MFT components. For some reason, I need to callSession:: start(...), but not need to trigger "flush" operation for all MFTs .In other words, I want to ignore "Flush" operation for some a MFT, Aftersession:: start(...).Is there any way?

