←Select platform

AddDatabinCallback Delegate

Summary

Represents the method that will handle the receiving of new data-bins.

Syntax

C#
VB
C++
public delegate void AddDatabinCallback(  
   Leadtools.Jpip.ResponseFields fields, 
   Leadtools.Jpip.Client.DataBinInfo dataBin, 
   Leadtools.Jpip.EOR endOfResponseReason, 
   object state 
) 
Public Delegate Sub AddDatabinCallback( _ 
   ByVal fields As Leadtools.Jpip.ResponseFields, _ 
   ByVal dataBin As Leadtools.Jpip.Client.DataBinInfo, _ 
   ByVal endOfResponseReason As Leadtools.Jpip.EOR, _ 
   ByVal state As Object _ 
) 
public delegate void AddDatabinCallback(  
   Leadtools.Jpip.ResponseFields^ fields, 
   Leadtools.Jpip.Client.DataBinInfo^ dataBin, 
   Leadtools.Jpip.EOR endOfResponseReason, 
   Object^ state 
) 

Parameters

fields
A Leadtools.Jpip.ResponseFields object containing the JPIP fields received from the server.

dataBin
The DataBinInfo object representing the data-bin received from the server.

endOfResponseReason
An Leadtools.Jpip.EOR value representing the reason for the end of this server response.

state
User custom state object.

Remarks

The first time this delegate is called, the

dataBin*
The DataBinInfo object representing the data-bin received from the server. A Leadtools.Jpip.ResponseFields object containing the JPIP fields received from the server.

In subsequent calls to this delegate, the

fields*
A Leadtools.Jpip.ResponseFields object containing the JPIP fields received from the server.

In the last call to this delegate, a Leadtools.Jpip.EOR value will be assigned to the

endOfResponseReason*
An Leadtools.Jpip.EOR value representing the reason for the end of this server response. The DataBinInfo object representing the data-bin received from the server. A Leadtools.Jpip.ResponseFields object containing the JPIP fields received from the server.

Example

For an example, refer to JpipClient.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize