Click or drag to resize

ProgressHandler Delegate

[Missing <summary> documentation for "T:EBP.Framework.Data.Interfaces.Database.ProgressHandler"]

Namespace:  EBP.Framework.Data.Interfaces.Database
Assembly:  EBP.Framework.Data.Interfaces (in EBP.Framework.Data.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public delegate void ProgressHandler(
	Nullable<long> globalPosition,
	Nullable<long> globalTotal,
	Nullable<long> currentPosition,
	Nullable<long> currentTotal,
	string message,
	string log,
	ref bool cancel
)

Parameters

globalPosition
Type: SystemNullableInt64
globalTotal
Type: SystemNullableInt64
currentPosition
Type: SystemNullableInt64
currentTotal
Type: SystemNullableInt64
message
Type: SystemString
log
Type: SystemString
cancel
Type: SystemBoolean
See Also