Table of Contents

Delegate CMSPluginTraceManagementOptions.GetDynamicTraceParameterFunc

Namespace
CMS.Plugin.TraceManagement.Abstractions
Assembly
CMS.Plugin.TraceManagement.Abstractions.dll

动态参数,类似于工序下定义的采集参数.

public delegate Task<List<ExtraProperty>> CMSPluginTraceManagementOptions.GetDynamicTraceParameterFunc(IServiceProvider serviceProvider, Guid workSectionId)

Parameters

serviceProvider IServiceProvider

IServiceProvider.

workSectionId Guid

工序Id,根据工序Id,返回对应的动态参数集合.

Returns

Task<List<ExtraProperty>>