Udostępnij za pośrednictwem


WorkflowRuntimeElement.Services Właściwość

Definicja

Pobiera kolekcję usług, które zostaną dodane do WorkflowRuntime aparatu.

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

Wartość właściwości

ExtendedWorkflowRuntimeServiceElementCollection

Kolekcja usług, które zostaną dodane do WorkflowRuntime aparatu.

Atrybuty

Uwagi

Usługi określone w pliku zostaną zainicjowane przez aparat środowiska uruchomieniowego przepływu pracy i dodane do jego WorkflowRuntimeServiceElementCollection usług, gdy zostanie wywołany odpowiedni WorkflowRuntime konstruktor. W związku z tym usługi określone w pliku muszą przestrzegać pewnych WorkflowRuntimeServiceElementCollection reguł dotyczących podpisów ich konstruktorów. Aby uzyskać więcej informacji, zobacz WorkflowRuntimeServiceElement.

Dotyczy