C# 클래스 System.Workflow.Runtime.Tracking.TrackingService

상속: WorkflowRuntimeService
파일 보기 프로젝트 열기: mahasak/dotnet452 1 사용 예제들

보호된 메소드들

메소드 설명
GetProfile ( Guid workflowInstanceId ) : System.Workflow.Runtime.Tracking.TrackingProfile
GetProfile ( Type workflowType, Version profileVersionId ) : System.Workflow.Runtime.Tracking.TrackingProfile
GetTrackingChannel ( System.Workflow.Runtime.Tracking.TrackingParameters parameters ) : System.Workflow.Runtime.Tracking.TrackingChannel
TryGetProfile ( Type workflowType, System.Workflow.Runtime.Tracking.TrackingProfile &profile ) : bool
TryReloadProfile ( Type workflowType, Guid workflowInstanceId, System.Workflow.Runtime.Tracking.TrackingProfile &profile ) : bool

메소드 상세

GetProfile() 보호된 추상적인 메소드

protected abstract GetProfile ( Guid workflowInstanceId ) : System.Workflow.Runtime.Tracking.TrackingProfile
workflowInstanceId Guid
리턴 System.Workflow.Runtime.Tracking.TrackingProfile

GetProfile() 보호된 추상적인 메소드

protected abstract GetProfile ( Type workflowType, Version profileVersionId ) : System.Workflow.Runtime.Tracking.TrackingProfile
workflowType Type
profileVersionId Version
리턴 System.Workflow.Runtime.Tracking.TrackingProfile

GetTrackingChannel() 보호된 추상적인 메소드

protected abstract GetTrackingChannel ( System.Workflow.Runtime.Tracking.TrackingParameters parameters ) : System.Workflow.Runtime.Tracking.TrackingChannel
parameters System.Workflow.Runtime.Tracking.TrackingParameters
리턴 System.Workflow.Runtime.Tracking.TrackingChannel

TryGetProfile() 보호된 추상적인 메소드

protected abstract TryGetProfile ( Type workflowType, System.Workflow.Runtime.Tracking.TrackingProfile &profile ) : bool
workflowType Type
profile System.Workflow.Runtime.Tracking.TrackingProfile
리턴 bool

TryReloadProfile() 보호된 추상적인 메소드

protected abstract TryReloadProfile ( Type workflowType, Guid workflowInstanceId, System.Workflow.Runtime.Tracking.TrackingProfile &profile ) : bool
workflowType Type
workflowInstanceId Guid
profile System.Workflow.Runtime.Tracking.TrackingProfile
리턴 bool