System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection.Remove C# (CSharp) Метод

Remove() публичный Метод

public Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
serviceSettings WorkflowRuntimeServiceElement
Результат void
        public void Remove(WorkflowRuntimeServiceElement serviceSettings)
        {
            base.BaseRemove(base.GetElementKey(serviceSettings));
        }

Same methods

ExtendedWorkflowRuntimeServiceElementCollection::Remove ( string key ) : void
ExtendedWorkflowRuntimeServiceElementCollection