ArcObjects Library Reference (Server)  

IGPServerHelper.GetBinaryRequestMessageType Method

Gets the type of the request from a binary message.

[Visual Basic .NET]
Public Function GetBinaryRequestMessageType ( _
    ByVal request As Byte[] _
) As String
[C#]
public string GetBinaryRequestMessageType (
    Byte[] request
);
[C++]
HRESULT GetBinaryRequestMessageType(
  request request,
  BSTR* pType
);
[C++]

Parameters

request [in]   request is a parameter of type pType [out, retval]   pType is a parameter of type BSTR

Product Availability

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

See Also

IGPServerHelper Interface