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