AfterAssociateRequest Event

Summary
Occurs after receiving an associate response from the SCP.
Syntax
C#
VB
C++
public event AfterAssociateRequestDelegate AfterAssociateRequest 
  
Public Event AfterAssociateRequest As AfterAssociateRequestDelegate 
public: 
event AfterAssociateRequestDelegate^ AfterAssociateRequest 
Event Data

The event handler receives an argument of type AfterAssociateRequestEventArgs containing data related to this event. The following AfterAssociateRequestEventArgs properties provide information specific to this event.

PropertyDescription
Associate Gets the associate.
Reason Gets the reason.
Rejected Gets a value indicating whether this AfterAssociateRequestEventArgs is rejected.
Result Gets the result.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.
Source Gets the source.
Example

For an example refer to StoreScu.Store(DicomScp, string, string, bool).

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.