Reputation: 63
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
Upvotes: 0
Views: 352
Reputation: 35587
That should be the Assembly name:
<job-type>Fully.Qualified.Type.Name, AssemblyNameWithoutTheDllExtension</job-type>
Upvotes: 1