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

Inheritance: IBackgroundTransfer
ファイルを表示 Open project: FubarDevelopment/FtpServer Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

BackgroundUpload() public method

public BackgroundUpload ( [ fullPath, [ parentId, [ name, [ tempData, [ fileSystem ) : System
fullPath [
parentId [
name [
tempData [
fileSystem [
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Start() public method

public Start ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task