DVTk API
HandleAssociateReject Method (associateRj)
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageHandlerHandleAssociateReject(AssociateRj)
DVTk API

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

Override this method to handle an A-ASSOCIATE-RJ.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HandleAssociateReject(
	AssociateRj associateRj
)
Public Overridable Function HandleAssociateReject ( _
	associateRj As AssociateRj _
) As Boolean
public:
virtual bool HandleAssociateReject(
	AssociateRj^ associateRj
)
Parameters
associateRj (AssociateRj)
The received A-ASSOCIATE-RJ.
Return Value
Return true when this methods has handled the received A-ASSOCIATE-RJ, otherwise false.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0