DVTk API
BeforeHandlingAbort Method (abort)
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageIteratorBeforeHandlingAbort(Abort)
DVTk API

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

This method is called after an A-ABORT has been received but before it (possibly) will be handled by the (zero or more) MessageHandler objects that are attached to this object. Default, nothing is done in this method. Override if needed.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void BeforeHandlingAbort(
	Abort abort
)
Public Overridable Sub BeforeHandlingAbort ( _
	abort As Abort _
)
public:
virtual void BeforeHandlingAbort(
	Abort^ abort
)
Parameters
abort (Abort)
The received A-ABORT.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0