使用c#代码的数字工作流程系统 [英] digital work flow system using c# code

查看:73
本文介绍了使用c#代码的数字工作流程系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是娜达,

我在将客户端的任务发送或分配给同一服务器上的另一个客户端时遇到问题,我想知道我是否需要邮件服务器,或者我只能使用C#代码来做到这一点.
谢谢.

hi i''m nada,

i''ve a problem in sending or assigning a task from client to another client on the same server, and i''m wondering if i need a mail sever or i can do it using c# code only.
thanks.

推荐答案



信息很少,实际上几乎不可能回答您的问题.但是,几乎没有什么可以确定的:
-您将需要一个集中的安全存储来执行分配的任务.如果使用Outlook Tasks或带有自定义表的数据库服务器(例如SQL Server),或者甚至是用C#编写的自定义服务(将任务存储在服务器上),它都可以是Exchange服务器.这取决于您的要求.
-您需要客户端连接.如果使用SQL Server,则可以使用System.Data.SqlClient命名空间中的标准类与SQL Server进行通信,但是,如果使用Exchange Server,则需要使用Office Primary Interop程序集与Outlook进行通信,或者需要其他某种机制来查看和修改数据. Exchange Server等.

因此,我认为您应该专注于要求.您已经拥有的服务器,如何管理(以及由谁管理),某些服务器产品是否已经提供了您可以使用的必需功能,或者您是否需要其他功能等等.
Hi,

With so little information it''s actually quite impossible to answer your question. However few things are quite certain:
- You would need a centralized, safe store for assigned tasks. This could be an Exchange server if using Outlook Tasks or a database server with custom tables such as SQL Server or even a custom service written in C# which stores the tasks on the server. It depends on your requirements.
- You would need a client side connectivity. If SQL Server is used you can use standard classes from System.Data.SqlClient namespace to communicate with SQL Server but if you use Exchange server you need for example Office Primary Interop assemblies to communicate with Outlook or some other mechanism to view and modify data on the Exchange Server and so on.

So I think that you should concentrate on the requirements. What servers you already have, how (and by whom) it''s going to be administered, does some server product provide the required functionality already which you could just use or do you need something extra etc.


这篇关于使用c#代码的数字工作流程系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆