ArcObjects Library Reference (Server)  

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(
  response response,
  BSTR* pJobID
);
[C++]

Parameters

response [in]   response is a parameter of type pJobID [out, retval]   pJobID is a parameter of type BSTR

Product Availability

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

See Also

IGPServerHelper Interface