 | 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)
Syntaxpublic delegate void ProgressHandler(
Nullable<long> globalPosition,
Nullable<long> globalTotal,
Nullable<long> currentPosition,
Nullable<long> currentTotal,
string message,
string log,
ref bool cancel
)
Public Delegate Sub ProgressHandler (
globalPosition As Nullable(Of Long),
globalTotal As Nullable(Of Long),
currentPosition As Nullable(Of Long),
currentTotal As Nullable(Of Long),
message As String,
log As String,
ByRef cancel As Boolean
)
Parameters
- globalPosition
- Type: SystemNullableInt64
- globalTotal
- Type: SystemNullableInt64
- currentPosition
- Type: SystemNullableInt64
- currentTotal
- Type: SystemNullableInt64
- message
- Type: SystemString
- log
- Type: SystemString
- cancel
- Type: SystemBoolean
See Also