Leadtools.Dicom.AddIn.Interfaces Namespace > INotifySendMessage Interface : OnSend Method |
void OnSend( DicomClient Client, DicomExceptionCode error, DicomPduType type, int length )
'Declaration Sub OnSend( _ ByVal Client As DicomClient, _ ByVal error As DicomExceptionCode, _ ByVal type As DicomPduType, _ ByVal length As Integer _ )
'Usage Dim instance As INotifySendMessage Dim Client As DicomClient Dim error As DicomExceptionCode Dim type As DicomPduType Dim length As Integer instance.OnSend(Client, error, type, length)
void OnSend( DicomClient^ Client, DicomExceptionCode error, DicomPduType type, int length )