This document is archived and information here might be outdated. Recommended version. |
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*