DVTk API
BeforeHandlingAssociateReject Method (associateRj)
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageIteratorBeforeHandlingAssociateReject(AssociateRj)
DVTk API

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

This method is called after an A-ASSOCIATE-RJ 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 BeforeHandlingAssociateReject(
	AssociateRj associateRj
)
Public Overridable Sub BeforeHandlingAssociateReject ( _
	associateRj As AssociateRj _
)
public:
virtual void BeforeHandlingAssociateReject(
	AssociateRj^ associateRj
)
Parameters
associateRj (AssociateRj)
The received A-ASSOCIATE-RJ

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0