[This is preliminary documentation and is subject to change.]
Receive a DIMSE or ACSE message from the System Under Test (SUT) to the Dicom Validation Tool (DVT).
| C# | Visual Basic | Visual C++ |
ReceiveReturnCode Receive( out Message message )
Function Receive ( _ <OutAttribute> ByRef message As Message _ ) As ReceiveReturnCode
ReceiveReturnCode Receive( [OutAttribute] Message^% message )
- message ( Message %)
- Abstract message of type Message the user can use reflection GetType()()() to determine whether the message is of type DicomMessage or DulMessage.
The return code of the action.