Aracılığıyla paylaş


WorkflowRuntimeElement.Services Özellik

Tanım

Altyapıya eklenecek hizmetlerin koleksiyonunu WorkflowRuntime alır.

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

Özellik Değeri

ExtendedWorkflowRuntimeServiceElementCollection

Altyapıya eklenecek hizmetlerin WorkflowRuntime koleksiyonu.

Öznitelikler

Açıklamalar

içinde belirtilen hizmetler, iş akışı çalışma zamanı altyapısı tarafından başlatılır ve uygun oluşturucu WorkflowRuntimeServiceElementCollection çağrıldılarında WorkflowRuntime hizmetine eklenir. Bu nedenle, içinde belirtilen hizmetlerin WorkflowRuntimeServiceElementCollection oluşturucularının imzaları hakkında belirli kurallara uyması gerekir. Daha fazla bilgi için bkz. WorkflowRuntimeServiceElement.

Şunlara uygulanır