This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGPServerHelper Interface > IGPServerHelper.GetJobIDFromBinaryResponse Method (ArcObjects .NET 10.5 SDK) |
Extracts the job ID from a binary message that contains this information.
[Visual Basic .NET] Public Function GetJobIDFromBinaryResponse ( _ ByVal response As Byte[] _ ) As String
[C#] public string GetJobIDFromBinaryResponse ( Byte[] response );
[C++]
HRESULT GetJobIDFromBinaryResponse(
response response,
BSTR* pJobID
);
[C++]
Parameters response [in] response is a parameter of type pJobID [out, retval] pJobID is a parameter of type BSTR