ArcObjects Library Reference (System)  

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(
  BSTR* 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