System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection.Remove C# (CSharp) Method

Remove() public method

public Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
serviceSettings WorkflowRuntimeServiceElement
return void
        public void Remove(WorkflowRuntimeServiceElement serviceSettings)
        {
            base.BaseRemove(base.GetElementKey(serviceSettings));
        }

Same methods

ExtendedWorkflowRuntimeServiceElementCollection::Remove ( string key ) : void
ExtendedWorkflowRuntimeServiceElementCollection