C# Class System.Workflow.Runtime.Tracking.TrackingService

Inheritance: WorkflowRuntimeService
Exibir arquivo Open project: mahasak/dotnet452 Class Usage Examples

Protected Methods

Method Description
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

Method Details

GetProfile() protected abstract method

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

GetProfile() protected abstract method

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

GetTrackingChannel() protected abstract method

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

TryGetProfile() protected abstract method

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

TryReloadProfile() protected abstract method

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