ProgressArgs Constructor
Initializes a new instance of the ProgressArgs class.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public ProgressArgs(
long nCurrentCount,
long nCurrentSize,
long nTotalCount,
long nTotalSize,
string strLocation
)
public:
ProgressArgs(
long long nCurrentCount,
long long nCurrentSize,
long long nTotalCount,
long 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.