1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2026-03-10 18:37:01 +03:00
parent d52d68eff4
commit 0ff549d440
4 changed files with 82 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
---
sidebar_position: 1
description: Start server and other functions to work with TCP in the Open Integration Package, a free open-source integration library for 1C:Enterprise 8, OneScript and CLI
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, TCP]
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Start server
Starts listening for messages on the specified port
`Function StartServer(Val Port, Val PoolSize = 100) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Port | - | Number | ✔ | Server port |
| PoolSize | - | Number | ✖ | Maximum number of simultaneously supported connections |
Returns: Undefined, Arbitrary - Start server
:::caution
**NOCLI:** this method is not available in CLI version
:::
<br/>
+4
View File
@@ -0,0 +1,4 @@
{
"label": "Server methods",
"position": "3"
}
+37
View File
@@ -0,0 +1,37 @@
---
sidebar_position: 1
description: Запустить сервер и другие функции для работы с TCP в Открытом пакете интеграций - бесплатной open-source библиотеке интеграций для 1С:Предприятие 8, OneScript и CLI
keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3, API, Интеграция, Сервисы, Обмен, OneScript, CLI, TCP]
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Запустить сервер
Запускает ожидание сообщений на указанном порту
`Функция ЗапуститьСервер(Знач Порт, Знач РазмерПула = 100) Экспорт`
| Параметр | CLI опция | Тип | Обяз. | Назначение |
|-|-|-|-|-|
| Порт | - | Число | &#x2714; | Порт сервера |
| РазмерПула | - | Число | &#x2716; | Максимальное число одновременно поддерживаемых соединений |
Возвращаемое значение: Неопределено, Произвольный - Запустить сервер
:::caution
**NOCLI:** данный метод недоступен для использования в CLI версии
:::
<br/>
+4
View File
@@ -0,0 +1,4 @@
{
"label": "Методы сервера",
"position": "3"
}