Click or drag to resize

PlaceholderFileTryShadowDownloadAsync Method

IT Hit User File System

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public Task<OperationResult> TryShadowDownloadAsync(
	long fileLength = -1,
	ILogger logger = null,
	CancellationToken cancellationToken = null
)

Parameters

fileLength (Optional)
Type: SystemInt64
logger (Optional)
Type: ITHit.FileSystemILogger
cancellationToken (Optional)
Type: System.ThreadingCancellationToken

Return Value

Type: TaskOperationResult
See Also