bits-service Questions
1
How can I read Background Intelligent Transfer Service (BITS) log?
I found the following blog:
http://blogs.msdn.com/b/heaths/archive/2008/07/07/enable-bits-logging.aspx
but it's creates binar...
Respire asked 7/6, 2012 at 15:32
2
Solved
Following is my code :
private BitsManager manager;
private const string DisplayName = "Test Job";
public SyncHelper()
{
manager = new BitsManager();
}
BitsJob uploadBitsJob = manager.CreateJ...
Rosabelle asked 4/3, 2013 at 14:57
3
We are thinking about the deployment and update strategy for a fairly large framework throughout our organization. The application will be in .NET 3.5 and will run on Windows XP, Vista and Win 7 ma...
Sibie asked 2/12, 2009 at 5:23
1
© 2022 - 2024 — McMap. All rights reserved.