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


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

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

IGPServerHelper2 Interface