Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PrintSystemJobInfo pji = _spooler.GetJob(intJobID); pji.Refresh();
PrintSystemJobInfo pji = _spooler.GetJob(intJobID);
pji.Refresh();
pji.JobStream 始终为空。有人可以对此有所了解吗?