This document is archived and information here might be outdated.  Recommended version.


IGPServerHelper2.InitJobStore Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Server)  

IGPServerHelper2.InitJobStore Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPServerHelper2 Interface