C# Класс Octopus.Client.OctopusClientFactory

Creates instances of the IOctopusAsyncClient.
Наследование: IOctopusClientFactory
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateAsyncClient ( OctopusServerEndpoint serverEndpoint, OctopusClientOptions octopusClientOptions = null ) : Task

Creates an instance of the client.

CreateClient ( OctopusServerEndpoint serverEndpoint ) : IOctopusClient

Creates an instance of the client.

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

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

Creates an instance of the client.
public CreateAsyncClient ( OctopusServerEndpoint serverEndpoint, OctopusClientOptions octopusClientOptions = null ) : Task
serverEndpoint OctopusServerEndpoint The server endpoint.
octopusClientOptions OctopusClientOptions
Результат Task

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

Creates an instance of the client.
public CreateClient ( OctopusServerEndpoint serverEndpoint ) : IOctopusClient
serverEndpoint OctopusServerEndpoint The server endpoint.
Результат IOctopusClient