C# 클래스 PeteGoo.WorkflowServiceTrackingViewer.TrackingViewerParticipant

Provides a TrackingParticipant that will emit tracking information to a SignalR connection
상속: System.Activities.Tracking.TrackingParticipant
파일 보기 프로젝트 열기: PeteGoo/Workflow-Service-Tracking-Viewer

보호된 메소드들

메소드 설명
Track ( System.Activities.Tracking.TrackingRecord record, System.TimeSpan timeout ) : void

Dispatched the tracking record

메소드 상세

Track() 보호된 메소드

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