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

Inheritance: WorkflowRuntimeService
Afficher le fichier Open project: mahasak/dotnet452 Class Usage Examples

Méthodes protégées

Méthode 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 méthode

protected abstract GetProfile ( Guid workflowInstanceId ) : System.Workflow.Runtime.Tracking.TrackingProfile
workflowInstanceId Guid
Résultat System.Workflow.Runtime.Tracking.TrackingProfile

GetProfile() protected abstract méthode

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

GetTrackingChannel() protected abstract méthode

protected abstract GetTrackingChannel ( System.Workflow.Runtime.Tracking.TrackingParameters parameters ) : System.Workflow.Runtime.Tracking.TrackingChannel
parameters System.Workflow.Runtime.Tracking.TrackingParameters
Résultat System.Workflow.Runtime.Tracking.TrackingChannel

TryGetProfile() protected abstract méthode

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

TryReloadProfile() protected abstract méthode

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