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


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

IGPServerHelper2.GetStringJobDefinition Method

Gets the string job definition for given a job ID.

[Visual Basic .NET]
Public Function GetStringJobDefinition ( _
    ByVal jobID As String _
) As String
[C#]
public string GetStringJobDefinition (
    string jobID
);
[C++]
HRESULT GetStringJobDefinition(
  BSTR jobID
);
[C++]

Parameters jobID [in]
jobID is a parameter of type BSTR

Product Availability

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

See Also

IGPServerHelper2 Interface