Thank you.
We know Rebex supports asynchronous functions.
However, I'm making a program connected to the File System Driver, which uses a fully synchronized call.
Therefore, the task.Wait() should be used, which causes a deadlock.
This is because I don't have a good understanding of C#.
Thank you.