BamTrackingService.TryGetProfile(Type, TrackingProfile) Method

Definition

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

Parameters

workflowType
Type
profile
TrackingProfile

Returns

Boolean

Applies to