任务删除
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal bool Delete(
IDbConnection conn,
long taskID,
IDbTransaction trans
)
Parameters
- conn
- Type: System.DataIDbConnection
数据库连接 - taskID
- Type: SystemInt64
任务ID - trans
- Type: System.DataIDbTransaction
事务
Return Value
Type:
Boolean
See Also