BamTrackingService.TryReloadProfile(Type, Guid, TrackingProfile) Method

Definition

protected:
 override bool TryReloadProfile(Type ^ workflowType, Guid workflowInstanceId, [Runtime::InteropServices::Out] System::Workflow::Runtime::Tracking::TrackingProfile ^ % profile);
protected override bool TryReloadProfile (Type workflowType, Guid workflowInstanceId, out System.Workflow.Runtime.Tracking.TrackingProfile profile);
override this.TryReloadProfile : Type * Guid * TrackingProfile -> bool
Protected Overrides Function TryReloadProfile (workflowType As Type, workflowInstanceId As Guid, ByRef profile As TrackingProfile) As Boolean

Parameters

workflowType
Type
workflowInstanceId
Guid
profile
TrackingProfile

Returns

Boolean

Applies to