DVTk API
BeforeHandlingReleaseRequest Method (releaseRq)
DVTkDvtkHighLevelInterface.Dicom.ThreadsMessageIteratorBeforeHandlingReleaseRequest(ReleaseRq)
DVTk API

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

This method is called after an A-RELEASE-RQ 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 BeforeHandlingReleaseRequest(
	ReleaseRq releaseRq
)
Public Overridable Sub BeforeHandlingReleaseRequest ( _
	releaseRq As ReleaseRq _
)
public:
virtual void BeforeHandlingReleaseRequest(
	ReleaseRq^ releaseRq
)
Parameters
releaseRq (ReleaseRq)
The received A-RELEASE-RQ.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0