StoreTempDebugInfoFunction Delegate
Store Temp Debug Information Function Delegate
Namespace: Metas.UncLib.OptimizationAssembly: Metas.UncLib.Optimization (in Metas.UncLib.Optimization.dll) Version: 2.8.9053.20205
public delegate void StoreTempDebugInfoFunction(
BackgroundWorker worker,
DoWorkEventArgs e
)
Public Delegate Sub StoreTempDebugInfoFunction (
worker As BackgroundWorker,
e As DoWorkEventArgs
)
public delegate void StoreTempDebugInfoFunction(
BackgroundWorker^ worker,
DoWorkEventArgs^ e
)
type StoreTempDebugInfoFunction =
delegate of
worker : BackgroundWorker *
e : DoWorkEventArgs -> unit
Parameters
- worker BackgroundWorker
- Background Worker
- e DoWorkEventArgs
- Do Work Event Arguments