←Select platform

ModelElement Constructor

Summary

Initializes a new instance of the ModelElement class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal subtractive As Boolean, _ 
   ByVal descriptor As Leadtools.Jpip.Caching.BinDescriptor _ 
) 
public: 
ModelElement(  
   bool subtractive, 
   Leadtools.Jpip.Caching.BinDescriptor^ descriptor 
) 

Parameters

subtractive
true to inform the server that the relevant data should be removed from the server's model of the client cache; otherwise, false.

descriptor
A BinDescriptor value which specifies the data-bin description.

Remarks

The descriptor could be either an ExplicitBinDescriptor or an ImplicitBinDescriptor type.

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