博客
关于我
如何:实现Windows Communication Foundation协定操作
阅读量:542 次
发布时间:2019-03-08

本文共 572 字,大约阅读时间需要 1 分钟。

如何在Windows Communication Foundation中实现协定操作

在使用Windows Communication Foundation(WCF)时,您可以通过以下步骤实现协定操作。首先,将“ReceiveActivity”活动从工具箱中拖到工作流设计图面,然后根据需要创建新的WCF协定或导入现有的协定,完成后即可进行操作配置。

在创建或导入WCF协定后,您可以为其添加操作。具体步骤如下:

  • 在设计器中双击“ReceiveActivity”活动,或在“属性”窗口中单击“ServiceOperationInfo”属性旁边的省略号。
  • 选择“添加协定”或“导入”选项。选择“添加协定”时,系统会自动生成新的WCF协定及操作;选择“导入”时,则需搜索包含目标协定的程序集或项目,完成后单击“确定”。
  • 添加或选择需要与“ReceiveActivity”活动关联的操作。您可以根据需要调整操作名称、参数设置以及权限配置等内容。
  • 在完成操作配置后,单击“确定”,“ReceiveActivity”活动将显示当前正在实现的操作名称。
  • 将需要实现该操作的工作流活动放置到“ReceiveActivity”活动中。
  • 通过以上步骤,您可以轻松地在Windows Communication Foundation环境中配置并实现所需的协定操作。

    转载地址:http://vctiz.baihongyu.com/

    你可能感兴趣的文章
    npm install 权限问题
    查看>>
    npm install报错,证书验证失败unable to get local issuer certificate
    查看>>
    npm install无法生成node_modules的解决方法
    查看>>
    npm install的--save和--save-dev使用说明
    查看>>
    npm node pm2相关问题
    查看>>
    npm run build 失败Compiler server unexpectedly exited with code: null and signal: SIGBUS
    查看>>
    npm run build报Cannot find module错误的解决方法
    查看>>
    npm run build部署到云服务器中的Nginx(图文配置)
    查看>>
    npm run dev 和npm dev、npm run start和npm start、npm run serve和npm serve等的区别
    查看>>
    npm run dev 报错PS ‘vite‘ 不是内部或外部命令,也不是可运行的程序或批处理文件。
    查看>>
    npm scripts 使用指南
    查看>>
    npm should be run outside of the node repl, in your normal shell
    查看>>
    npm start运行了什么
    查看>>
    npm WARN deprecated core-js@2.6.12 core-js@<3.3 is no longer maintained and not recommended for usa
    查看>>
    npm 下载依赖慢的解决方案(亲测有效)
    查看>>
    npm 安装依赖过程中报错:Error: Can‘t find Python executable “python“, you can set the PYTHON env variable
    查看>>
    npm.taobao.org 淘宝 npm 镜像证书过期?这样解决!
    查看>>
    npm—小记
    查看>>
    npm上传自己的项目
    查看>>
    npm介绍以及常用命令
    查看>>