Копировать ссылку на страницу Перейти в предыдущий раздел Перейти в следующий раздел

Синтаксис:

Visual Basic (Declaration)

<OperationBehaviorAttribute(Impersonation := ImpersonationOption.Allowed)> _

Public Function KillProcess ( _

 PID As IntegerAs String

C#

[OperationBehaviorAttribute(Impersonation = ImpersonationOption.Allowed)]

public string KillProcess(

 int PID)

Параметры:

PID – ИД процесса SBRte.

Подробнее Пример SOAP-пакета

Завершение процесса SBRte с ИД 8444:

 

<soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/
xmlns:int="http://IntegrationWebService">
  <soapenv:Header/>
  <soapenv:Body>
    <int:KillProcess>
        <int:PID>8444</int:PID>
    </int:KillProcess>
  </soapenv:Body>
</soapenv:Envelope>

© Компания Directum, 2020 Сообщество пользователей Directum
.navbar > a:hover { background: #FFD73B; }