ComputeCmcDelegate Delegate

Compute CMC Delegate

Definition

Namespace: Metas.Vna.Database.CMCs
Assembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
C#
public delegate void ComputeCmcDelegate(
	ref CmcEntry cmcEntry,
	string outputDir,
	string rootPathDb,
	BackgroundWorker worker,
	DoWorkEventArgs e
)

Parameters

cmcEntry  CmcEntry
CMC Entry
outputDir  String
Output Directory
rootPathDb  String
Root Path Database
worker  BackgroundWorker
Background Worker
e  DoWorkEventArgs
Do Work Event Arguments

See Also