SyncServiceStopAsync Method |
IT Hit User File System
Stops synchronization.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax Public Function StopAsync As Task
public:
virtual Task^ StopAsync() sealed
abstract StopAsync : unit -> Task
override StopAsync : unit -> Task
Return Value
Type:
TaskA task object that can be awaited.
Implements
ISyncServiceStopAsyncSee Also