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


IGPServerHelper2.GetJobIDFromStringResponse Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Server)  

IGPServerHelper2.GetJobIDFromStringResponse Method

Extracts the job ID from a Soap message that conatins this information.

[Visual Basic .NET]
Public Function GetJobIDFromStringResponse ( _
    ByVal response As String _
) As String
[C#]
public string GetJobIDFromStringResponse (
    string response
);
[C++]
HRESULT GetJobIDFromStringResponse(
  BSTR response
);
[C++]

Parameters response [in]
response is a parameter of type BSTR

Product Availability

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

See Also

IGPServerHelper2 Interface