OnClose Method

Summary

Notifies a member of a connection that the connection was closed.

Syntax
C#
VB
C++
protected override void OnClose( 
   DicomExceptionCode error, 
   DicomNet net 
) 
  
Protected Overrides Sub OnClose( _ 
   ByVal error As DicomExceptionCode, _ 
   ByVal net As DicomNet _ 
)  
protected: 
void OnClose(  
   DicomExceptionCode error, 
   DicomNet^ net 
) override  

Parameters

error
An error code.

net
The DicomNet object of the peer member of the connection.

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