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


IGPServerHelper.GetStringRequestMessageType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IGPServerHelper.GetStringRequestMessageType Method

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

Product Availability

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

See Also

IGPServerHelper Interface