UnitOperationBeginCalculationEventArgs Constructor

Creates an instance of the UnitOperationBeginCalculationEventArgs class for the unit operation .

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public UnitOperationBeginCalculationEventArgs(
	string unitName,
	string message
)

Parameters

unitName  String
The name of the unit operation being calulcated.
message  String
The message indicating the conditions at the start of the unit operation calculation.

Remarks

You can use this constructor when raising the UnitOperationBeginCalculationEventArgs at run time to the message about the parameter validation.

See Also