ExtendedWorkflowRuntimeServiceElementCollection.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.