C# Class 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(); }
Inheritance: IOctopusAsyncRepository
Datei anzeigen Open project: OctopusDeploy/Octo.exe Class Usage Examples

Public Methods

Method Description
OctopusAsyncRepository ( IOctopusAsyncClient client ) : Octopus.Client.Repositories.Async

Method Details

OctopusAsyncRepository() public method

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