DVTk API
SendAbort Method (source, reason)
DVTkDvtkHighLevelInterface.Dicom.ThreadsDicomThreadSendAbort(Byte, Byte)
DVTk API

[This is preliminary documentation and is subject to change.]

Sends a Dicom A_ABORT.
Declaration Syntax
C#Visual BasicVisual C++
protected Abort SendAbort(
	byte source,
	byte reason
)
Protected Function SendAbort ( _
	source As Byte, _
	reason As Byte _
) As Abort
protected:
Abort^ SendAbort(
	unsigned char source, 
	unsigned char reason
)
Parameters
source (Byte)
The Abort source.
reason (Byte)
The Abort reason.
Return Value
The sent A_ABORT.
Exceptions
ExceptionCondition
Exception Sending of the A_ABORT fails.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0