LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OnSend Method
See Also 
Leadtools.Dicom.AddIn Namespace > NotifySendMessageBase Class : OnSend Method



Client
The client.
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.
error
An error code.
type
The type of data that was sent.
length
The number of bytes of the data actually sent.
Notifies that data was sent.

Syntax

Visual Basic (Declaration) 
Public 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 NotifySendMessageBase
Dim Client As DicomClient
Dim error As DicomExceptionCode
Dim type As DicomPduType
Dim length As Integer
 
instance.OnSend(Client, error, type, length)
C# 
public virtual void OnSend( 
   DicomClient Client,
   DicomExceptionCode error,
   DicomPduType type,
   int length
)
C++/CLI 
public:
virtual void OnSend( 
   DicomClient^ Client,
   DicomExceptionCode error,
   DicomPduType type,
   int length
) 

Parameters

Client
The client.
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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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