Get the job ID.
[Visual Basic .NET] Public Property ResultID As String
[C#] public string ResultID {get; set;}
[C++]
HRESULT get_ResultID(
BSTR* ResultID
);
[C++]
HRESULT put_ResultID(
BSTR ResultID
);
[C++]Parameters
ResultID [out, retval] ResultID is a parameter of type BSTR ResultID [in] ResultID is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.