C# Класс Mercurial.PersistentClientFactory

This class implements IClientFactory by always constructing objects of type PersistentClient.
Наследование: IClientFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateClient ( string repositoryPath ) : IClient

Creates a new IClient object for use by the Repository.

Описание методов

CreateClient() публичный Метод

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 /// . ///
Результат IClient