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


IServerEnvironment.JobDirectory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IServerEnvironment Interface > IServerEnvironment.JobDirectory Property
ArcGIS Developer Help

IServerEnvironment.JobDirectory Property

Retrieves job directory for given job.

[Visual Basic .NET]
Public Function get_JobDirectory ( _
    ByVal JobID As String _
) As String
[C#]
public string get_JobDirectory (
    string JobID
);
[C++]
HRESULT get_JobDirectory(
  BSTR JobID,
  System.String* pDirPath
);
[C++]
Parameters
JobID [in]

JobID is a parameter of type BSTR pDirPath [out, retval]
pDirPath is a parameter of type BSTR*

Product Availability

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

See Also

IServerEnvironment Interface