Need an example of a WCF service that does Directory monitoring and file processing

S

Shikari Shambu

Hi,
I am new to WCF/ WCF Service constructs. I am looking for an example of a
service that would monitor a directory (configurable) and process the
contents of the directory.

In earlier editions of .NET this could be done with FileSystemMonitor and
creating a Windows service.

TIA
 
M

Mr. Arnold

Shikari Shambu said:
Hi,
I am new to WCF/ WCF Service constructs. I am looking for an example of a
service that would monitor a directory (configurable) and process the
contents of the directory.

In earlier editions of .NET this could be done with FileSystemMonitor and
creating a Windows service.

You can use Windows Workflow Foundation with an async or sync Workflow
behind a WCF service with a Custom Activity Workflow that you can control
through WCF service. You can do any type of processing and a WF can use any
namespace and the methods in a namespace.

Workflow is very powerful.


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4225 (20090708) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top