views:

497

answers:

3

BITS, the Windows background intelligent transfer service.

Looks like there are a few C# wrappers around that manage the interop to BITS, does anybody have any opinions on the best one?

+1  A: 

I found problems with using the Managed_BITS codeproject article and I found an even better wrapper:

http://www.codeplex.com/sharpbits

Less code, a lot cleaner and unlike the codeproject, it did not hide away those parts of the BITS interface that I actually need to use.

Dan
A: 

some one can help me to store the IBackgroundcopycallBack memebers information using WCF and SQL Server

Like Once Creating the job and add the jobs to BITS then BITS APIs can store the messages to SQL Server Database some table (Like JobsInfor Table: JobName,JobType,JobPriority,JobStatus,JobStartTime and JobEndTime)

please send me the solution to [email protected]

Thanks and awaiting for responsefrom you guys....

You are much better off asking this as a fresh question.
Dan