C# 클래스 Octopus.Client.OctopusAsyncRepository

A simplified interface to commonly-used parts of the API. Functionality not exposed by this interface can be accessed using IOctopusAsyncRepository.Client.
Create using: using(var client = new OctopusAsyncClient(new OctopusServerEndpoint("http://myoctopus/")) { var repository = client.CreateRepository(); }
상속: IOctopusAsyncRepository
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

공개 메소드들

메소드 설명
OctopusAsyncRepository ( IOctopusAsyncClient client ) : Octopus.Client.Repositories.Async

메소드 상세

OctopusAsyncRepository() 공개 메소드

public OctopusAsyncRepository ( IOctopusAsyncClient client ) : Octopus.Client.Repositories.Async
client IOctopusAsyncClient
리턴 Octopus.Client.Repositories.Async