ComputeCmcDelegate Delegate
Compute CMC Delegate
Namespace: Metas.Vna.Database.CMCsAssembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
public delegate void ComputeCmcDelegate(
ref CmcEntry cmcEntry,
string outputDir,
string rootPathDb,
BackgroundWorker worker,
DoWorkEventArgs e
)
Public Delegate Sub ComputeCmcDelegate (
ByRef cmcEntry As CmcEntry,
outputDir As String,
rootPathDb As String,
worker As BackgroundWorker,
e As DoWorkEventArgs
)
public delegate void ComputeCmcDelegate(
CmcEntry^% cmcEntry,
String^ outputDir,
String^ rootPathDb,
BackgroundWorker^ worker,
DoWorkEventArgs^ e
)
type ComputeCmcDelegate =
delegate of
cmcEntry : CmcEntry byref *
outputDir : string *
rootPathDb : string *
worker : BackgroundWorker *
e : DoWorkEventArgs -> unit
Parameters
- cmcEntry CmcEntry
- CMC Entry
- outputDir String
- Output Directory
- rootPathDb String
- Root Path Database
- worker BackgroundWorker
- Background Worker
- e DoWorkEventArgs
- Do Work Event Arguments