2008年4月14日

摘要: string s = txtGuid.Text.Trim(); if(s.Length>0) { Guid instanceId = new Guid(s); StateMachineWorkflowInstance stateInstance = new StateMachineWorkflowInstance(Application[MyWorkHelpr.WorkflowRuntime... 阅读全文

posted @ 2008-04-14 15:08 dead~hero 阅读(283) 评论(0) 推荐(0) 编辑

摘要: ManualWorkflowSchedulerService scheduler = (Application[WorkflowRuntimeName] as WorkflowRuntime).GetService<service>(); //得到一个线程服务 StateMachineWorkflowInstance stateInstance = new StateMachineW... 阅读全文

posted @ 2008-04-14 15:07 dead~hero 阅读(520) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Xml.Serialization;using System.Diagnostics;namespace Xom.WF.ManagerWorkflowLibrary.Hosting{ public seale... 阅读全文

posted @ 2008-04-14 14:43 dead~hero 阅读(100) 评论(0) 推荐(0) 编辑

摘要: using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Web.UI.HtmlControls;using System.Collections.Generi... 阅读全文

posted @ 2008-04-14 13:00 dead~hero 阅读(351) 评论(0) 推荐(0) 编辑


Copyright © 2024 dead~hero
Powered by .NET 8.0 on Kubernetes