Leadtools.Dicom.Scu.Common Namespace > DicomConnection Class : OnClose Method |
protected override void OnClose( DicomExceptionCode error, DicomNet net )
'Declaration Protected Overrides Sub OnClose( _ ByVal error As DicomExceptionCode, _ ByVal net As DicomNet _ )
'Usage Dim instance As DicomConnection Dim error As DicomExceptionCode Dim net As DicomNet instance.OnClose(error, net)
protected: void OnClose( DicomExceptionCode error, DicomNet^ net ) override