←Select platform

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 Leadtools.Dicom.DicomExceptionCode, _ 
   ByVal net As Leadtools.Dicom.DicomNet _ 
)  
protected: 
void OnClose(  
   Leadtools.Dicom.DicomExceptionCode error, 
   Leadtools.Dicom.DicomNet^ net 
) override  

Parameters

error
An error code.

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly