OnConnect Method

Summary

Notifies the SCU that the connection attempt is complete.

Syntax
C#
VB
C++
protected override void OnConnect( 
   DicomExceptionCode error 
) 
  
Protected Overrides Sub OnConnect( _ 
   ByVal error As DicomExceptionCode _ 
)  
protected: 
void OnConnect(  
   DicomExceptionCode error 
) override  

Parameters

error
An error code.

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