Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn Namespace > NotifySendMessageBase Class : OnSend Method |
public virtual void OnSend( DicomClient Client, DicomExceptionCode error, DicomPduType type, int length )
'Declaration Public Overridable Sub OnSend( _ ByVal Client As DicomClient, _ ByVal error As DicomExceptionCode, _ ByVal type As DicomPduType, _ ByVal length As Integer _ )
'Usage Dim instance As NotifySendMessageBase Dim Client As DicomClient Dim error As DicomExceptionCode Dim type As DicomPduType Dim length As Integer instance.OnSend(Client, error, type, length)
public: virtual void OnSend( DicomClient^ Client, DicomExceptionCode error, DicomPduType type, int length )