TrackingChannel.InstanceCompletedOrTerminated Method

Definition

When implemented in a derived class, notifies a receiver of data on the tracking channel that the workflow instance associated with the tracking channel has either completed or terminated.

protected public:
 abstract void InstanceCompletedOrTerminated();
protected internal abstract void InstanceCompletedOrTerminated ();
abstract member InstanceCompletedOrTerminated : unit -> unit
Protected Friend MustOverride Sub InstanceCompletedOrTerminated ()

Remarks

The runtime tracking infrastructure calls InstanceCompletedOrTerminated to notify the receiver of data on the tracking channel that the workflow instance associated with this tracking channel has either terminated or completed. No more data will be sent on the tracking channel. When InstanceCompletedOrTerminated is called, you may perform whatever actions are required by your implementation of the TrackingChannel class.

Applies to