Inserts job message at the given index.
[Visual Basic .NET] Public Sub Insert ( _ ByVal index As Integer, _ ByVal pMsg As IJobMessage _ )
[C#] public void Insert ( int index, IJobMessage pMsg );
[C++]
HRESULT Insert(
long index,
IJobMessage* pMsg
);
[C++]Parameters
index [in] index is a parameter of type long pMsg [in]pMsg is a parameter of type IJobMessage
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.