Leadtools.Dicom.AddIn Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OnSend Method
See Also 
Leadtools.Dicom.AddIn.Interfaces Namespace > INotifySendMessage Interface : OnSend Method



Client
The client this notification applies to.
error
An error code.
type
The type of data that was sent.
length
The number of bytes of the data actually sent.
Client
The client this notification applies to.
error
An error code.
type
The type of data that was sent.
length
The number of bytes of the data actually sent.
Notifies an implementor that data was sent.

Syntax

Visual Basic (Declaration) 
Overridable Sub OnSend( _
   ByVal Client As DicomClient, _
   ByVal error As DicomExceptionCode, _
   ByVal type As DicomPduType, _
   ByVal length As Integer _
) 
Visual Basic (Usage)Copy Code
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)
C# 
virtual void OnSend( 
   DicomClient Client,
   DicomExceptionCode error,
   DicomPduType type,
   int length
)
C++/CLI 
virtual void OnSend( 
   DicomClient^ Client,
   DicomExceptionCode error,
   DicomPduType type,
   int length
) 

Parameters

Client
The client this notification applies to.
error
An error code.
type
The type of data that was sent.
length
The number of bytes of the data actually sent.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features