This document is archived and information here might be outdated. Recommended version. |
Initializes the job catalog.
[Visual Basic .NET] Public Sub Init ( _ ByVal root As String, _ ByVal JobProcessorName As String, _ ByVal JobProcessorType As String _ )
[C#] public void Init ( string root, string JobProcessorName, string JobProcessorType );
[C++]
HRESULT Init(
BSTR root,
BSTR JobProcessorName,
BSTR JobProcessorType
);
[C++]
Parameters root [in]
root is a parameter of type BSTR JobProcessorName [in]
JobProcessorName is a parameter of type BSTR JobProcessorType [in]
JobProcessorType is a parameter of type BSTR