| TaskDispatcherRunLowLevelProcessSync - метод |
Выполняет процесс низкого уровня в зависимости от текстового идентификатора схемы BPM.
Пространство имён:
FinistSoft.Engine
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис private static EngineContext RunLowLevelProcessSync(
string schemeTextId,
DataListsTree dataListsTree
)
Private Shared Function RunLowLevelProcessSync (
schemeTextId As String,
dataListsTree As DataListsTree
) As EngineContext
Dim schemeTextId As String
Dim dataListsTree As DataListsTree
Dim returnValue As EngineContext
returnValue = TaskDispatcher.RunLowLevelProcessSync(schemeTextId,
dataListsTree)
private static function RunLowLevelProcessSync(
schemeTextId : String,
dataListsTree : DataListsTree
) : EngineContext
Параметры
- schemeTextId
- Тип: SystemString
Текстовый идентификатор схемы BPM. - dataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Список параметров.
Возвращаемое значение
Тип:
EngineContextКонтекст выполнения.
См. также