This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGPServerHelper Interface > IGPServerHelper.GetBinaryRequestMessageType Method (ArcObjects .NET 10.5 SDK) |
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