OnSend Method

Summary
Notifies that data was sent.
Syntax
C#
VB
C++
public virtual void OnSend( 
   DicomClient Client, 
   DicomExceptionCode error, 
   DicomPduType type, 
   int length 
) 
  
Public Overridable Sub OnSend( _ 
   ByVal Client As DicomClient, _ 
   ByVal error As DicomExceptionCode, _ 
   ByVal type As DicomPduType, _ 
   ByVal length As Integer _ 
)  
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.