BamTrackingService.TryGetProfile(Type, TrackingProfile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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