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 InitJobDir ( _
ByVal jobRegistryPath As String, _
ByVal jobsDirectoryPath As String, _
ByVal serviceName As String, _
ByVal serviceType As String _
)
[C#]
public void InitJobDir (
string jobRegistryPath,
string jobsDirectoryPath,
string serviceName,
string serviceType
);
[C++]
HRESULT InitJobDir(
BSTR jobRegistryPath,
BSTR jobsDirectoryPath,
BSTR serviceName,
BSTR serviceType
);
[C++] Parameters jobRegistryPath [in]
jobRegistryPath is a parameter of type BSTR jobsDirectoryPath [in]
jobsDirectoryPath is a parameter of type BSTR serviceName [in]
serviceName is a parameter of type BSTR serviceType [in]
serviceType is a parameter of type BSTR