C# 클래스 RavenFS.Client.AsyncExtensions

파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 메소드들

메소드 설명
CopyToAsync ( this source, Stream destination, Action progressReport, CancellationToken token, int bufferSize = 0x1000 ) : Task
CopyToAsync ( this source, Stream destination, Action progressReport, int bufferSize = 0x1000 ) : Task

비공개 메소드들

메소드 설명
CopyStream ( Stream source, Stream destination, Action progressReport, int bufferSize, CancellationToken token ) : Task

메소드 상세

CopyToAsync() 공개 정적인 메소드

public static CopyToAsync ( this source, Stream destination, Action progressReport, CancellationToken token, int bufferSize = 0x1000 ) : Task
source this
destination Stream
progressReport Action
token System.Threading.CancellationToken
bufferSize int
리턴 Task

CopyToAsync() 공개 정적인 메소드

public static CopyToAsync ( this source, Stream destination, Action progressReport, int bufferSize = 0x1000 ) : Task
source this
destination Stream
progressReport Action
bufferSize int
리턴 Task