This document is archived and information here might be outdated. Recommended version. |
Initializes the helper with the job store connection and service name,type.
[Visual Basic .NET]
Public Sub InitJobStore ( _
ByVal connection As String, _
ByVal serviceName As String, _
ByVal serviceType As String _
)
[C#]
public void InitJobStore (
string connection,
string serviceName,
string serviceType
);
[C++]
HRESULT InitJobStore(
BSTR connection,
BSTR serviceName,
BSTR serviceType
);
[C++] Parameters connection [in]
connection is a parameter of type BSTR serviceName [in]
serviceName is a parameter of type BSTR serviceType [in]
serviceType is a parameter of type BSTR