EngineWindowsStopAsync Method |
IT Hit User File System
Stops listening and processing file system calls from operating system.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.2.27026.0
Syntax public override Task StopAsync()
Public Overrides Function StopAsync As Task
public:
virtual Task^ StopAsync() override
abstract StopAsync : unit -> Task
override StopAsync : unit -> Task
Return Value
Type:
TaskA task object that can be awaited.
Remarks Unmounts custom user file system.
See Also