C# Class Common.SyncInfo

Contains information about a synchronisation request with a remote server.
Afficher le fichier Open project: Revelations/BaconApp Class Usage Examples

Méthodes publiques

Méthode Description
SyncInfo ( string localDirectory, string remoteDirectory, SyncJobType jobtype )

Constructor for a SyncInfo accepting 3 arguments.

Method Details

SyncInfo() public méthode

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.