←Select platform

ExplicitBinDescriptor Constructor

Summary

Initializes a new instance of the ExplicitBinDescriptor class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal binType As Leadtools.Jpip.ExplicitBin, _ 
   ByVal binUID As Integer, _ 
   ByVal binsNumber As Leadtools.Jpip.Caching.AffectedBin _ 
) 
public: 
ExplicitBinDescriptor(  
   Leadtools.Jpip.ExplicitBin binType, 
   int binUID, 
   Leadtools.Jpip.Caching.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly