NodeShellRaiseProcessingBeginEvent Method

Sets current message to m and singals start of processing. If overridden, the base implementation MUST be called.

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
protected virtual void RaiseProcessingBeginEvent(
	GraphMessage m
)

Parameters

m  GraphMessage

[Missing <param name="m"/> documentation for "M:Quine.Graph.NodeShell.RaiseProcessingBeginEvent(Quine.Schemas.Graph.GraphMessage)"]

See Also