Creates an instance
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public State( int numberOfUnindexedDocuments, int numberOfDocuments, bool validForSearching, DateTime lastIndexedDate, IndexState indexState )
public State( int numberOfUnindexedDocuments, int numberOfDocuments, bool validForSearching, DateTime lastIndexedDate, IndexState indexState )
Public Sub New ( numberOfUnindexedDocuments As Integer, numberOfDocuments As Integer, validForSearching As Boolean, lastIndexedDate As DateTime, indexState As IndexState )
Public Sub New ( numberOfUnindexedDocuments As Integer, numberOfDocuments As Integer, validForSearching As Boolean, lastIndexedDate As DateTime, indexState As IndexState )
public: State( int numberOfUnindexedDocuments, int numberOfDocuments, bool validForSearching, DateTime lastIndexedDate, IndexState^ indexState )
public: State( int numberOfUnindexedDocuments, int numberOfDocuments, bool validForSearching, DateTime lastIndexedDate, IndexState^ indexState )
new : numberOfUnindexedDocuments : int * numberOfDocuments : int * validForSearching : bool * lastIndexedDate : DateTime * indexState : IndexState -> State
new : numberOfUnindexedDocuments : int * numberOfDocuments : int * validForSearching : bool * lastIndexedDate : DateTime * indexState : IndexState -> State
Parameters
- numberOfUnindexedDocuments (Int32)
- numberOfDocuments (Int32)
- validForSearching (Boolean)
- lastIndexedDate (DateTime)
- indexState (IndexState)
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120