System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection.Remove C# (CSharp) Méthode

Remove() public méthode

public Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
serviceSettings WorkflowRuntimeServiceElement
Résultat void
        public void Remove(WorkflowRuntimeServiceElement serviceSettings)
        {
            base.BaseRemove(base.GetElementKey(serviceSettings));
        }

Same methods

ExtendedWorkflowRuntimeServiceElementCollection::Remove ( string key ) : void
ExtendedWorkflowRuntimeServiceElementCollection