C# Class FubarDev.FtpServer.FileSystem.OneDrive.BackgroundUpload

Inheritance: IBackgroundTransfer
Afficher le fichier Open project: FubarDevelopment/FtpServer Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BackgroundUpload ( [ fullPath, [ parentId, [ name, [ tempData, [ fileSystem ) : System
Dispose ( ) : void
Start ( CancellationToken cancellationToken ) : Task

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

BackgroundUpload() public méthode

public BackgroundUpload ( [ fullPath, [ parentId, [ name, [ tempData, [ fileSystem ) : System
fullPath [
parentId [
name [
tempData [
fileSystem [
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Start() public méthode

public Start ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task