Aracılığıyla paylaş


WorkflowRuntimeSection.Services Özellik

Tanım

Başlatıldığında iş akışı çalışma zamanı altyapısına eklenen hizmetlerin koleksiyonunu alır.

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

Özellik Değeri

WorkflowRuntimeServiceElementCollection

İş akışı çalışma zamanı altyapısına eklenecek hizmetler.

Öznitelikler

Açıklamalar

İçinde belirtilen hizmetler, WorkflowRuntimeServiceElementCollection iş akışı çalışma zamanı altyapısı tarafından başlatılır ve uygun WorkflowRuntime Oluşturucu çağrıldığında hizmetlerine eklenir. Bu nedenle, içinde belirtilen Hizmetler WorkflowRuntimeServiceElementCollection oluşturucuların imzaları hakkındaki belirli kurallara uymalıdır. Daha fazla bilgi için bkz. WorkflowRuntimeServiceElement.

Şunlara uygulanır