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


IGPServerHelper.GetBinaryRequestMessageType 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.GetBinaryRequestMessageType Method
ArcGIS Developer Help

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

request is a parameter of type SAFEARRAY(unsigned char)

Product Availability

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

See Also

IGPServerHelper Interface