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.GetStringRequestMessageType Method (ArcObjects .NET 10.5 SDK) |
Gets the type of the request from a string message.
[Visual Basic .NET] Public Function GetStringRequestMessageType ( _ ByVal request As String _ ) As String
[C#] public string GetStringRequestMessageType ( string request );
[C++]
HRESULT GetStringRequestMessageType(
BSTR request,
BSTR* pType
);
[C++]
Parameters request [in] request is a parameter of type BSTR pType [out, retval] pType is a parameter of type BSTR