C# 클래스 Mercurial.NonPersistentClientFactory

This class implements IClientFactory by always constructing objects of type NonPersistentClient.
상속: IClientFactory
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
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