Leadtools.Dicom.AddIn.Interfaces Namespace > INotifyReceiveMessage Interface : OnClose Method |
void OnClose( DicomClient Client, DicomExceptionCode error )
'Declaration Sub OnClose( _ ByVal Client As DicomClient, _ ByVal error As DicomExceptionCode _ )
'Usage Dim instance As INotifyReceiveMessage Dim Client As DicomClient Dim error As DicomExceptionCode instance.OnClose(Client, error)
void OnClose( DicomClient^ Client, DicomExceptionCode error )