Click or drag to resize
IDynamicRunableInvokeMethod Method
调用外部方法

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
Object InvokeMethod(
	TaskImplementDetail implementation,
	Object[] userParameters
)

Parameters

implementation
Type: Slickflow.Engine.XpdlTaskImplementDetail
userParameters
Type: SystemObject

Return Value

Type: Object
See Also