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.

public:
 void Remove(System::String ^ key);
public void Remove (string key);
member this.Remove : string -> unit
Public Sub Remove (key As String)

Parameters

key
String

The key of the configuration element to be removed.

Applies to

Remove(WorkflowRuntimeServiceElement)

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

public:
 void Remove(System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElement ^ serviceSettings);
public void Remove (System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement serviceSettings);
member this.Remove : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement -> unit
Public Sub Remove (serviceSettings As WorkflowRuntimeServiceElement)

Parameters

serviceSettings
WorkflowRuntimeServiceElement

The service configuration element to be removed.

Applies to