This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobTracker Interface > IJobTracker.Message Property (ArcObjects .NET 10.4 SDK) |
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