This document is archived and information here might be outdated. Recommended version. |
Returns a message from the Tracking Server.
[Visual Basic .NET] Public Function getMessageWithStatus ( _ ByVal TimeOut As Integer, _ ByRef Status As Integer _ ) As IMessage
[C#] public IMessage getMessageWithStatus ( int TimeOut, ref int Status );
[C++]
HRESULT getMessageWithStatus(
Long TimeOut,
System.Int32* Status
);
[C++] Parameters TimeOut [in]
TimeOut is a parameter of type int Status [out]
Status is a parameter of type HRESULT*