OnSend Method

Summary

Notifies an implementor that data was sent.

Syntax
C#
VB
C++
  
Sub OnSend( _ 
   ByVal Client As DicomClient, _ 
   ByVal error As DicomExceptionCode, _ 
   ByVal type As DicomPduType, _ 
   ByVal length As Integer _ 
)  
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

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

Leadtools.Dicom.AddIn Assembly