BeforeAssociateRequest Event

Summary

Occurs when an associate request is sent to the SCP.

Syntax
C#
VB
C++
public event BeforeAssociationRequestDelegate BeforeAssociateRequest 
  
Public Event BeforeAssociateRequest As BeforeAssociationRequestDelegate 
public: 
event BeforeAssociationRequestDelegate^ BeforeAssociateRequest 

Event Data

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

PropertyDescription
Associate Gets the associate.
PresentationContexts Gets the presentation contexts.
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs)Gets the SCP.

Example

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

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly