C# Class GreenQloud.Repository.AbstractController

Afficher le fichier Open project: greenqloud/qloudsync

Protected Properties

Свойство Type Description
repo LocalRepository

Méthodes publiques

Méthode Description
AbstractController ( LocalRepository repo ) : System

Méthodes protégées

Méthode Description
BlockWatcher ( string path ) : void
UnblockWatcher ( string path ) : void

Method Details

AbstractController() public méthode

public AbstractController ( LocalRepository repo ) : System
repo LocalRepository
Résultat System

BlockWatcher() protected méthode

protected BlockWatcher ( string path ) : void
path string
Résultat void

UnblockWatcher() protected méthode

protected UnblockWatcher ( string path ) : void
path string
Résultat void

Property Details

repo protected_oe property

protected LocalRepository repo
Résultat LocalRepository