NodeShellRaiseProcessingEndEvent Method

Signals end of processing for the message set by RaiseProcessingBeginEvent(GraphMessage) and sets the current message to null. 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 RaiseProcessingEndEvent(
	MessageProcessingState state,
	Exception exn
)

Parameters

state  MessageProcessingState

[Missing <param name="state"/> documentation for "M:Quine.Graph.NodeShell.RaiseProcessingEndEvent(Quine.Schemas.Graph.MessageProcessingState,System.Exception)"]

exn  Exception

[Missing <param name="exn"/> documentation for "M:Quine.Graph.NodeShell.RaiseProcessingEndEvent(Quine.Schemas.Graph.MessageProcessingState,System.Exception)"]

See Also