IWorkflowNodeHandlerExecute Method |
执行
Namespace: X3Platform.WorkflowPlusAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxvoid Execute(
string methodName,
IWorkflowClientContext context
)
void Execute(
String^ methodName,
IWorkflowClientContext^ context
)
Parameters
- methodName
- Type: SystemString
方法名称 - context
- Type: X3Platform.WorkflowPlusIWorkflowClientContext
[Missing <param name="context"/> documentation for "M:X3Platform.WorkflowPlus.IWorkflowNodeHandler.Execute(System.String,X3Platform.WorkflowPlus.IWorkflowClientContext)"]
See Also