ProgressReporter - конструктор
Пространство имён: Tessa.Web.ServicesСборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
public ProgressReporter(
Guid operationID,
long totalLength,
IOperationRepository operationRepository,
IDbScope dbScope,
int reportProgressInterval = 2000
)
Public Sub New (
operationID As Guid,
totalLength As Long,
operationRepository As IOperationRepository,
dbScope As IDbScope,
Optional reportProgressInterval As Integer = 2000
)
public:
ProgressReporter(
Guid operationID,
long long totalLength,
IOperationRepository^ operationRepository,
IDbScope^ dbScope,
int reportProgressInterval = 2000
)
new :
operationID : Guid *
totalLength : int64 *
operationRepository : IOperationRepository *
dbScope : IDbScope *
?reportProgressInterval : int
(* Defaults:
let _reportProgressInterval = defaultArg reportProgressInterval 2000
*)
-> ProgressReporter
Параметры
- operationID Guid
-
- totalLength Int64
-
- operationRepository IOperationRepository
-
- dbScope IDbScope
-
- reportProgressInterval Int32 (Optional)
-