Edit

Share via


TrackingChannel.Send(TrackingRecord) Method

Definition

When implemented in a derived class, sends a TrackingRecord on the TrackingChannel.

protected public:
 abstract void Send(System::Workflow::Runtime::Tracking::TrackingRecord ^ record);
protected internal abstract void Send(System.Workflow.Runtime.Tracking.TrackingRecord record);
abstract member Send : System.Workflow.Runtime.Tracking.TrackingRecord -> unit
Protected Friend MustOverride Sub Send (record As TrackingRecord)

Parameters

record
TrackingRecord

The TrackingRecord to send.

Remarks

The runtime tracking infrastructure calls Send to deliver a TrackingRecord on the TrackingChannel when it matches a track point in a TrackingProfile. You can treat the tracking information sent on the TrackingChannel in whatever manner the requirements of your application dictate.

Applies to