←Select platform

OnClose Method (IDicomEvents)

Summary

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

Syntax

C#
VB
WinRT C#
C++
Sub OnClose( _ 
   ByVal error As Leadtools.Dicom.DicomExceptionCode, _ 
   ByVal net As Leadtools.Dicom.Networking.DicomNet _ 
)  
function Leadtools.Dicom.Networking.IDicomEvents.OnClose(  
   error , 
   net  
) 

Parameters

error
An error code.

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

Remarks

A call to this method is generated by a call to Close. The OnClose method is useful to both SCUs and SCPs. To customize this method, you must derive a class from DicomNet and override this method.

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 Assembly