BamTrackingService.GetProfile 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.
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
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