NetReceiveAbort event (ILEADDicomNet)
void NetReceiveAbort (long hNet, short nSource, short nReason); | |
Overview |
Refer to Working with DICOM Network Connections. |
Remarks
(Medical Imaging Suite only) Notifies a connection that an Abort message was received.
This event is generated on a connection when the peer member of the connection calls the SendAbort method.
Please note that it is preferable to close a DICOM Association using the SendReleaseRequest method and SendReleaseResponse method methods. For more information on closing a DICOM Association, refer to Closing a DICOM Associate Connection.
See Also