메소드 | 설명 | |
---|---|---|
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 |
protected abstract GetProfile ( Guid workflowInstanceId ) : System.Workflow.Runtime.Tracking.TrackingProfile | ||
workflowInstanceId | Guid | |
리턴 | System.Workflow.Runtime.Tracking.TrackingProfile |
protected abstract GetProfile ( Type workflowType, Version profileVersionId ) : System.Workflow.Runtime.Tracking.TrackingProfile | ||
workflowType | Type | |
profileVersionId | Version | |
리턴 | System.Workflow.Runtime.Tracking.TrackingProfile |
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 |
protected abstract TryGetProfile ( Type workflowType, System.Workflow.Runtime.Tracking.TrackingProfile &profile ) : bool | ||
workflowType | Type | |
profile | System.Workflow.Runtime.Tracking.TrackingProfile | |
리턴 | bool |
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 |