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


IServerEnvironmentXHelper.SetJobID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerEnvironmentXHelper Interface > IServerEnvironmentXHelper.SetJobID Method
ArcGIS Developer Help

IServerEnvironmentXHelper.SetJobID Method

Sets the job ID in the server environment.

[Visual Basic .NET]
Public Sub SetJobID ( _
    ByVal jobID As String _
)
[C#]
public void SetJobID (
    string jobID
);
[C++]
HRESULT SetJobID(
  BSTR jobID
);
[C++]
Parameters
jobID [in]

jobID is a parameter of type BSTR

Product Availability

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

See Also

IServerEnvironmentXHelper Interface