Click or drag to resize

IncomingPoolingSyncRefreshFolderAsync Method

IT Hit User File System

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.4.27341.0
Syntax
public Task<OperationResult> RefreshFolderAsync(
	string userFileSystemFolderPath,
	ILogger logger = null,
	CancellationToken cancellationToken = null
)

Parameters

userFileSystemFolderPath
Type: SystemString
logger (Optional)
Type: ITHit.FileSystemILogger
cancellationToken (Optional)
Type: System.ThreadingCancellationToken

Return Value

Type: TaskOperationResult
See Also