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


IJobTracker.Message Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJobTracker.Message Property

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.

See Also

IJobTracker Interface