IExecutionProfileOptionsWithDerivedProfile Method |
The behavior of this method is the same as WithProfile(String, ActionIExecutionProfileBuilder) but instead of adding a normal execution profile, this method can be used to add a derived execution profile which is a profile that will inherit any unset settings from the base execution profile specified by baseProfile.
Namespace: Dse
IExecutionProfileOptions WithDerivedProfile( string name, string baseProfile, Action<IExecutionProfileBuilder> profileBuildAction )