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


IServerJobManager.ExecuteJob Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

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