1 override of TryReloadProfile
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
336protected internal override bool TryReloadProfile(Type workflowType, Guid scheduleInstanceId, out TrackingProfile profile)
1 reference to TryReloadProfile
System.Workflow.Runtime (1)
Tracking.cs (1)
342if (service.TryReloadProfile(workflowType, instanceId, out profile))