WorkflowRuntimeElement.Services Свойство

Определение

Возвращает коллекцию служб для добавления в подсистему WorkflowRuntime.

public:
 property System::ServiceModel::Configuration::ExtendedWorkflowRuntimeServiceElementCollection ^ Services { System::ServiceModel::Configuration::ExtendedWorkflowRuntimeServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("services", DefaultValue=null)]
public System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("services", DefaultValue=null)>]
member this.Services : System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection
Public ReadOnly Property Services As ExtendedWorkflowRuntimeServiceElementCollection

Значение свойства

ExtendedWorkflowRuntimeServiceElementCollection

Коллекция служб, добавляемая в механизм WorkflowRuntime.

Атрибуты

Комментарии

Службы, заданные в WorkflowRuntimeServiceElementCollection, инициализируются подсистемой среды выполнения рабочих процессов и добавляются в службы при вызове соответствующего конструктора WorkflowRuntime. Поэтому службы, заданные в WorkflowRuntimeServiceElementCollection, должны отвечать определенным правилам в отношении сигнатур конструкторов. Для получения дополнительной информации см. WorkflowRuntimeServiceElement.

Применяется к