[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.