FastInfoset.NET Class Reference for .NET
CreateWriterVocabulary 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 WriterVocabulary using optimized string tables of this vocabulary.
Syntax
'Declaration
 
Public Function CreateWriterVocabulary( _
   ByVal maxItems As System.Integer, _
   ByVal minHitCount As System.Integer _
) As WriterVocabulary
'Usage
 
Dim instance As OptimizedVocabulary
Dim maxItems As System.Integer
Dim minHitCount As System.Integer
Dim value As WriterVocabulary
 
value = instance.CreateWriterVocabulary(maxItems, minHitCount)
public WriterVocabulary CreateWriterVocabulary( 
   System.int maxItems,
   System.int minHitCount
)
public function CreateWriterVocabulary( 
    maxItems: System.Integer;
    minHitCount: System.Integer
): WriterVocabulary; 
public function CreateWriterVocabulary( 
   maxItems : System.int,
   minHitCount : System.int
) : WriterVocabulary;
public: WriterVocabulary* CreateWriterVocabulary( 
   System.int maxItems,
   System.int minHitCount
) 
public:
WriterVocabulary^ CreateWriterVocabulary( 
   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