C# 클래스 CmisSync.Lib.FileTransmission.Transmission

File transmission event. This event should be queued only once. The progress will not be reported on the queue. Interested entities should add themselfs as TransmissionEventHandler on the event TransmissionStatus to get informed about the progress.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void

Abort the transmission async.

CreateStream ( Stream wrappedStream ) : Stream

Creates the stream.

GetHashCode ( ) : int

Serves as a hash function for a CmisSync.Lib.FileTransmission.TransmissionController object.

Pause ( ) : void

Pause the transmission async.

Resume ( ) : void

Resume the transmission async.

Transmission ( TransmissionType type, string path, string cachePath = null ) : System

Initializes a new instance of the CmisSync.Lib.FileTransmission.Transmission class.

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( string propertyName ) : void

This method is called by the Set accessor of each property.

Transmission ( ) : System

메소드 상세

Abort() 공개 메소드

Abort the transmission async.
public Abort ( ) : void
리턴 void

CreateStream() 공개 메소드

Creates the stream.
public CreateStream ( Stream wrappedStream ) : Stream
wrappedStream Stream Wrapped stream.
리턴 Stream

GetHashCode() 공개 메소드

Serves as a hash function for a CmisSync.Lib.FileTransmission.TransmissionController object.
public GetHashCode ( ) : int
리턴 int

Pause() 공개 메소드

Pause the transmission async.
public Pause ( ) : void
리턴 void

Resume() 공개 메소드

Resume the transmission async.
public Resume ( ) : void
리턴 void

Transmission() 공개 메소드

Initializes a new instance of the CmisSync.Lib.FileTransmission.Transmission class.
public Transmission ( TransmissionType type, string path, string cachePath = null ) : System
type TransmissionType /// Type of the transmission. ///
path string /// Path to the file of the transmission. ///
cachePath string /// If a download runs and a cache file is used, this should be the path to the cache file ///
리턴 System