C# Class Mercurial.PersistentClientFactory

This class implements IClientFactory by always constructing objects of type PersistentClient.
Inheritance: IClientFactory
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
CreateClient ( string repositoryPath ) : IClient

Creates a new IClient object for use by the Repository.

Method Details

CreateClient() public méthode

Creates a new IClient object for use by the Repository.
/// is null or empty. ///
public CreateClient ( string repositoryPath ) : IClient
repositoryPath string /// The path to the repository to manage by the and the /// . ///
Résultat IClient