ExtendedWorkflowRuntimeServiceElementCollection.Remove Method

Definition

Removes the first occurrence of a specific configuration element from the collection.

Overloads

Remove(String)

Removes the configuration element with the specified key from this collection.

Remove(WorkflowRuntimeServiceElement)

Removes the first occurrence of a specific configuration element from the collection.

Remove(String)

Removes the configuration element with the specified key from this collection.

C#
public void Remove(string key);

Parameters

key
String

The key of the configuration element to be removed.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Remove(WorkflowRuntimeServiceElement)

Removes the first occurrence of a specific configuration element from the collection.

C#
public void Remove(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement serviceSettings);

Parameters

serviceSettings
WorkflowRuntimeServiceElement

The service configuration element to be removed.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1