Can anybody explain to me the purpose of this method When a workflow is completed or terminated, the TrackingChannel.Send method is called with a TrackingWorkflowEvent of either Completed or Terminated. Is there some scenario where one of the methods is called and not the other

Clarification on TrackingChannel.InstanceCompletedOrTerminated
rejoin2me
Hi Nate - TrackingChannel.Send is called for all tracking events depending on the tracking profile associated with the running workflow instance. The InstanceCompletedOrTerminated is called only when the workflow instance associated with this tracking channel has either terminated or completed.
Thanks, --Moustafa