[This is preliminary documentation and is subject to change.]
Receives a messages (can be a Dicom or Dul message).
| C# | Visual Basic | Visual C++ |
protected DicomProtocolMessage ReceiveMessage()
Protected Function ReceiveMessage As DicomProtocolMessage
protected: DicomProtocolMessage^ ReceiveMessage()
The received message.
VB.NET
CopyC#
<!-- Failed to insert some or all of included XML --><include file="..\..\assemblies\DvtkHighLevelInterface\Doc\VisualBasicExamples.xml" path="Examples/Example[@name="IncludesDicomThreadScu"]" /> <!-- Failed to insert some or all of included XML --><include file="..\..\assemblies\DvtkHighLevelInterface\Doc\VisualBasicExamples.xml" path="Examples/Example[@name="DicomThreadScu"]" /> <!-- Failed to insert some or all of included XML --><include file="..\..\assemblies\DvtkHighLevelInterface\Doc\VisualBasicExamples.xml" path="Examples/Example[@name="Main"]" />
| Exception | Condition |
|---|---|
| Exception |
Receiving of a message fails.
|