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,
BSTR* pJobID
);
[C++]Parameters
response [in] response is a parameter of type BSTR pJobID [out, retval] pJobID is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.