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