 | BpmConnectionInvoke - метод |
Выполняет метод.
Пространство имён:
FinistSoft.Engine.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисprivate bool Invoke(
DataListsTree methodDataListsTree
)
Private Function Invoke (
methodDataListsTree As DataListsTree
) As Boolean
Dim instance As BpmConnection
Dim methodDataListsTree As DataListsTree
Dim returnValue As Boolean
returnValue = instance.Invoke(methodDataListsTree)
private function Invoke(
methodDataListsTree : DataListsTree
) : boolean
Параметры
- methodDataListsTree
- Тип: FinistSoft.ObjectsDataListsTree
Набор параметров метода.
Возвращаемое значение
Тип:
BooleanTrue - метод вернул признак истинного выполнения.
False - ложного.
См. также