ExplicitBinDescriptor Constructor

Summary

Initializes a new instance of the ExplicitBinDescriptor class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal binType As ExplicitBin, _ 
   ByVal binUID As Integer, _ 
   ByVal binsNumber As AffectedBin _ 
) 
public: 
ExplicitBinDescriptor(  
   ExplicitBin binType, 
   int binUID, 
   AffectedBin^ binsNumber 
) 

Parameters

binType
The Leadtools.Jpip.ExplicitBin type of data-bin.

binUID
An System.Int32 value of the data-bin ID.

binsNumber
A AffectedBin value which qualifies the data-bin.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

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

Leadtools.Jpip Assembly