This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IServerEnvironment Interface > IServerEnvironment.JobDirectory Property (ArcObjects .NET 10.5 SDK) |
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,
BSTR* pDirPath
);
[C++]
Parameters JobID [in] JobID is a parameter of type BSTR pDirPath [out, retval] pDirPath is a parameter of type BSTR