Click or drag to resize

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.1.26727.0-Beta2
Syntax
public override Task StopAsync()

Return Value

Type: Task
A task object that can be awaited.
Remarks
Unmounts custom user file system.
See Also