This document is archived and information here might be outdated. Recommended version. |
Adds job message to the end of the array.
[Visual Basic .NET] Public Sub Add ( _ ByVal pMsg As IJobMessage _ )
[C#] public void Add ( IJobMessage pMsg );
[C++]
HRESULT Add(
IJobMessage* pMsg
);
[C++] Parameters pMsg [in]
pMsg is a parameter of type IJobMessage*