C# (CSharp) Octopus.Client OctopusAsyncRepository - 4 examples found. These are the top rated real world C# (CSharp) examples of Octopus.Client.OctopusAsyncRepository extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
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(); }