C# 클래스 Common.SyncInfo

Contains information about a synchronisation request with a remote server.
파일 보기 프로젝트 열기: Revelations/BaconApp 1 사용 예제들

공개 메소드들

메소드 설명
SyncInfo ( string localDirectory, string remoteDirectory, SyncJobType jobtype )

Constructor for a SyncInfo accepting 3 arguments.

메소드 상세

SyncInfo() 공개 메소드

Constructor for a SyncInfo accepting 3 arguments.
public SyncInfo ( string localDirectory, string remoteDirectory, SyncJobType jobtype )
localDirectory string Local directory to synchronise.
remoteDirectory string Remote directory to synchronise.
jobtype SyncJobType Type of sync job to perform.