Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal subtractive As Boolean, _ ByVal descriptor As BinDescriptor _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ModelElement( bool subtractive, BinDescriptor descriptor ) |
C++/CLI | |
---|---|
public: ModelElement( bool subtractive, 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.
For an example, refer to HttpRequestEncoder.
The descriptor could be either an ExplicitBinDescriptor or an ImplicitBinDescriptor type.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family