ProgressReporter - конструктор

Инициализирует новый экземпляр класса ProgressReporter

Definition

Пространство имён: Tessa.Web.Services
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
C#
public ProgressReporter(
	Guid operationID,
	long totalLength,
	IOperationRepository operationRepository,
	IDbScope dbScope,
	int reportProgressInterval = 2000
)

Параметры

operationID  Guid
 
totalLength  Int64
 
operationRepository  IOperationRepository
 
dbScope  IDbScope
 
reportProgressInterval  Int32  (Optional)
 

См. также