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