摘要: 本节主要介绍WF的实例是单线程运行的,Delay并不是Thread.Sleep,Parallel是单线程运行的,WorkflowApplication与WorkflowInvoker在调用流程上的区别,InvokeMethod 调用异步方法 阅读全文
posted @ 2009-12-17 18:16 WXWinter(冬) 阅读(9812) 评论(10) 推荐(11)
摘要: 本节主要介绍InvokeMethod 调用静态方法,实例方法,params参数方法,out参数方法,ref参数方法,范型方法  本文例子下载: http://files.cnblogs.com/foundation/InvokeMethodWorkflow.rar本文例子说明  InvokeMethod 调用方法类名System.Activities.Statements.I... 阅读全文
posted @ 2009-12-17 18:15 WXWinter(冬) 阅读(10676) 评论(19) 推荐(3)
摘要: 本节主要介绍CancellationScope在异常中的使用,以及CancellationScope在Parallel 的使用. 本文例子下载: http://files.cnblogs.com/foundation/CancellationScopeSample.rar本文例子说明  CancellationScope 取消容器类名System.Activities.Stat... 阅读全文
posted @ 2009-12-17 18:14 WXWinter(冬) 阅读(8863) 评论(5) 推荐(5)
摘要: 本节主要介绍WF的异常产生方式;WF流程结束方式;以及Throw,TryCatch,Rethrow ,TerminateWorkflow 的使用  本文例子下载:http://files.cnblogs.com/foundation/ExceptionWorkflow.rar本文例子说明 WF的异常产生方式与流程结束方式WF的异常可由以下方式产生使用[Throw Activity] ... 阅读全文
posted @ 2009-12-17 18:13 WXWinter(冬) 阅读(10930) 评论(13) 推荐(5)
摘要:  本节主要介绍AddtoCollection<T>,RemoveFromCollection<T>,ClearCollection<T>,ExistsInCollection<T> 的使用. 本文例子下载:http://files.cnblogs.com/foundation/CollectionSample.rar本文例子说明 ... 阅读全文
posted @ 2009-12-17 18:11 WXWinter(冬) 阅读(11219) 评论(12) 推荐(6)