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


IGPServerHelper.GetJobIDFromBinaryResponse Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGPServerHelper Interface > IGPServerHelper.GetJobIDFromBinaryResponse Method
ArcGIS Developer Help

IGPServerHelper.GetJobIDFromBinaryResponse Method

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(
  SafeArray response
);
[C++]
Parameters
response [in]

response is a parameter of type SAFEARRAY(unsigned char)

Product Availability

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

See Also

IGPServerHelper Interface