INodeEventSource Interface

This interface allows components that run as a part of a node to publish events.

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public interface INodeEventSource

Properties

CancellationToken Signaled when the node has been cancelled.
ItemProcessingEventData Item currently being processed.

Methods

RaiseProgressEvent Raises a progress event for the item currently being processed (available in ItemProcessingEventData). RaiseProgressEvent(NullableInt64, NullableInt64, NullableSingle) for details.
RaiseTraceEvent Raises a trace event. [!:NodeShell.RaiseTraceEvent(Schemas.Core.Eventing.OperationalEvent, EventTarget)] for details.

See Also