←Select platform

OnBeforeSendAssociateRequest Method

Summary

Notifies an implementor before a DicomNet::SendAssociateRequest is sent.

Syntax
C#
VB
C++
public void OnBeforeSendAssociateRequest( 
   DicomClient Client, 
   DicomAssociate associate 
) 
Public Sub OnBeforeSendAssociateRequest( 
   ByVal Client As DicomClient, 
   ByVal associate As DicomAssociate 
) 
public:  
   void OnBeforeSendAssociateRequest( 
      DicomClient^ Client, 
      DicomAssociate^ associate 
   ) 

Parameters

Client

The client this notification applies to.

associate

A DicomAssociate object.

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

Leadtools.Dicom.AddIn Assembly

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