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


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

IGPServerHelper2.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

IGPServerHelper2 Interface