如何在 WF 中创建自定义接收活动?

发布于 2024-12-18 15:48:13 字数 89 浏览 1 评论 0原文

我想创建一个 WF 接收活动,但自定义为使用固定合同和固定参数。我曾考虑过扩展接收活动并设置它的一些属性,但它是一个密封类。

哪种方法是最好的方法?

I would like to create a WF receive activity but customized to use a fixed contract and fixed parameters. I have thought in extending the Receive activity and set some of it properties, but it is a sealed class.

Which is the best aproach to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

月亮是我掰弯的 2024-12-25 15:48:13

您的设计人员可以使用 IActivityTemplateFactory 使用您想要的合同预先配置现有的发送/接收。您还可以添加可能需要的变量。这样,开发人员就不必输入每个参数。

Your designer can use an IActivityTemplateFactory to pre-configure the existing Send/Receive with the contract you want. You can also add variables that may be required. That way developers won't have to type in each of the parameters.

此刻的回忆 2024-12-25 15:48:13

您创建一个 XAML 活动并将 Receive 活动放入其中。如果您向工作流项目添加服务引用,这正是该工具在为您生成预打包活动时所做的事情。

You create a XAML activity and drop the Receive activity in there. If you add a service reference to a workflow project that is exactly what the tooling does when it generates the prepackaged activities for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文