job-type syntax issue
In
<job-type>namesapcename.jobclass,--------</job-type>
.
What should be there in place of -------
and if job-type is like
<job-type>namespace1.namespace2.namespace3.Jobclass,----------------</job-type>
then what should be in place of --------------
Also please tell me this concept or behind the scene logic of writing in such a way.
Thanks in advance, Akki 开发者_运维技巧J
That should be the Assembly name:
<job-type>Fully.Qualified.Type.Name, AssemblyNameWithoutTheDllExtension</job-type>
精彩评论