NetReceiveAbort event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

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

Elements:

SendAbort method, SendReleaseRequest method, SendReleaseResponse method, NetReceiveReleaseRequest event, NetReceiveReleaseResponse event

Topics:

DICOM Network Connection: DICOM Associate Connection Messages