WaitForChangesAsync Method
This method waits for changes to a folder for a specified period of time.
Syntax
[VB.NET] Public Function WaitForChangesAsync(ByVal Timeout As Integer) As Task<bool>
[C#] public Task<bool> WaitForChangesAsync(int timeout);