←Select platform

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 Leadtools.Dicom.Addin.DicomClient, _ 
   ByVal error As Leadtools.Dicom.DicomExceptionCode, _ 
   ByVal type As Leadtools.Dicom.DicomPduType, _ 
   ByVal length As Integer _ 
)  

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly