FastInfoset.NET Class Reference for .NET
CreateReaderVocabulary Method (OptimizedVocabulary)






The maximum number of items per table to use.
The mimium number of hits per item required to add it into the writer vocabulary.
Creates a new ReaderVocabulary using optimized string tables of this vocabulary.
Syntax
'Declaration
 
Public Function CreateReaderVocabulary( _
   ByVal maxItems As System.Integer, _
   ByVal minHitCount As System.Integer _
) As ReaderVocabulary
'Usage
 
Dim instance As OptimizedVocabulary
Dim maxItems As System.Integer
Dim minHitCount As System.Integer
Dim value As ReaderVocabulary
 
value = instance.CreateReaderVocabulary(maxItems, minHitCount)
public ReaderVocabulary CreateReaderVocabulary( 
   System.int maxItems,
   System.int minHitCount
)
public function CreateReaderVocabulary( 
    maxItems: System.Integer;
    minHitCount: System.Integer
): ReaderVocabulary; 
public function CreateReaderVocabulary( 
   maxItems : System.int,
   minHitCount : System.int
) : ReaderVocabulary;
public: ReaderVocabulary* CreateReaderVocabulary( 
   System.int maxItems,
   System.int minHitCount
) 
public:
ReaderVocabulary^ CreateReaderVocabulary( 
   System.int maxItems,
   System.int minHitCount
) 

Parameters

maxItems
The maximum number of items per table to use.
minHitCount
The mimium number of hits per item required to add it into the writer vocabulary.

Return Value

The optimized writer vocabulary.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OptimizedVocabulary Class
OptimizedVocabulary Members

Send Feedback