ProgressArgs Constructor

Initializes a new instance of the ProgressArgs class.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public ProgressArgs(
	long nCurrentCount,
	long nCurrentSize,
	long nTotalCount,
	long nTotalSize,
	string strLocation
)

Parameters

nCurrentCount  Int64
The number of files that have been searched so far.
nCurrentSize  Int64
The size, in bytes, of the amount of data searched (based on file size).
nTotalCount  Int64
The total count of the files to be searched.
nTotalSize  Int64
The size, in bytes, of the amount of data searched (based on file size).
strLocation  String
The current path the search engine is searching.

See Also