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


IServerJobManager.ExecuteJob Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerJobManager Interface > IServerJobManager.ExecuteJob Method
ArcGIS Developer Help

IServerJobManager.ExecuteJob Method

[Visual Basic .NET]
Public Sub ExecuteJob ( _
    ByVal cfgName As String, _
    ByVal cfgType As String, _
    ByVal jobID As String _
)
[C#]
public void ExecuteJob (
    string cfgName,
    string cfgType,
    string jobID
);
[C++]
HRESULT ExecuteJob(
  BSTR cfgName,
  BSTR cfgType,
  BSTR jobID
);
[C++]
Parameters
cfgName [in]

cfgName is a parameter of type BSTR cfgType [in]
cfgType is a parameter of type BSTR jobID [in]
jobID is a parameter of type BSTR

Product Availability

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

See Also

IServerJobManager Interface