C# Класс DebugTests.ExampleHelper

Provides implementation shared across examples
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetServerDetails ( ConnectionInfo &connectionInfo ) : void

Request user to provide server details and returns the result as a ConnectionInfo object. Performs the necessary validation and prevents code duplication across examples.

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

GetServerDetails() публичный статический Метод

Request user to provide server details and returns the result as a ConnectionInfo object. Performs the necessary validation and prevents code duplication across examples.
public static GetServerDetails ( ConnectionInfo &connectionInfo ) : void
connectionInfo ConnectionInfo
Результат void