C# Class PeteGoo.WorkflowServiceTrackingViewer.TrackingViewerParticipant

Provides a TrackingParticipant that will emit tracking information to a SignalR connection
Inheritance: System.Activities.Tracking.TrackingParticipant
显示文件 Open project: PeteGoo/Workflow-Service-Tracking-Viewer

Protected Methods

Method Description
Track ( System.Activities.Tracking.TrackingRecord record, System.TimeSpan timeout ) : void

Dispatched the tracking record

Method Details

Track() protected method

Dispatched the tracking record
protected Track ( System.Activities.Tracking.TrackingRecord record, System.TimeSpan timeout ) : void
record System.Activities.Tracking.TrackingRecord
timeout System.TimeSpan
return void