Notifies client about the job execution progress.
[Visual Basic .NET] Public Sub set_Message ( _ ByVal type As esriJobMessageType, _ ByVal A_2 As String _ )
[C#] public void set_Message ( esriJobMessageType type, string A_2 );
[C++]
HRESULT put_Message(
esriJobMessageType type,
BSTR
);
[C++]Parameters
type [in]type is a parameter of type esriJobMessageType
[in] is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.