This document is archived and information here might be outdated. Recommended version. |
Method to return job message at given index.
[Visual Basic .NET] Public Function get_Element ( _ ByVal index As Integer _ ) As IJobMessage
[C#] public IJobMessage get_Element ( int index );
[C++]
HRESULT get_Element(
long index,
IJobMessage** ppMsg
);
[C++] Parameters index [in]
index is a parameter of type long ppMsg [out, retval]
ppMsg is a parameter of type IJobMessage**