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


IServerEnvironment.CurrentJobID 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.CurrentJobID Property
ArcGIS Developer Help

IServerEnvironment.CurrentJobID Property

Retrieves current job ID.

[Visual Basic .NET]
Public ReadOnly Property CurrentJobID As String
[C#]
public string CurrentJobID {get;}
[C++]
HRESULT get_CurrentJobID(
  System.String* pJobID
);
[C++]
Parameters
pJobID [out, retval]

pJobID is a parameter of type BSTR*

Product Availability

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

See Also

IServerEnvironment Interface