BamTrackingService.GetProfile Method

Definition

Overloads

GetProfile(Guid)
GetProfile(Type, Version)

GetProfile(Guid)

protected:
 override System::Workflow::Runtime::Tracking::TrackingProfile ^ GetProfile(Guid workflowInstanceId);
protected override System.Workflow.Runtime.Tracking.TrackingProfile GetProfile (Guid workflowInstanceId);
override this.GetProfile : Guid -> System.Workflow.Runtime.Tracking.TrackingProfile
Protected Overrides Function GetProfile (workflowInstanceId As Guid) As TrackingProfile

Parameters

workflowInstanceId
Guid

Returns

TrackingProfile

Applies to

GetProfile(Type, Version)

protected:
 override System::Workflow::Runtime::Tracking::TrackingProfile ^ GetProfile(Type ^ workflowType, Version ^ profileVersionId);
protected override System.Workflow.Runtime.Tracking.TrackingProfile GetProfile (Type workflowType, Version profileVersionId);
override this.GetProfile : Type * Version -> System.Workflow.Runtime.Tracking.TrackingProfile
Protected Overrides Function GetProfile (workflowType As Type, profileVersionId As Version) As TrackingProfile

Parameters

workflowType
Type
profileVersionId
Version

Returns

TrackingProfile

Applies to