NodeShellRaiseTraceEvent Method

Raises a trace event. The event is always published to the shell, and then appended to either the item's trace (if ItemProcessingEventData is not null) or to the node's trace if the lifecycle allows it.

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
protected virtual void RaiseTraceEvent(
	OperationalEvent event
)

Parameters

event  OperationalEvent
Event to raise.

See Also