C# Класс System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection

Наследование: WorkflowRuntimeServiceElementCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
ExtendedWorkflowRuntimeServiceElementCollection ( ) : System.Configuration
Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
Remove ( string key ) : void

Описание методов

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

public ExtendedWorkflowRuntimeServiceElementCollection ( ) : System.Configuration
Результат System.Configuration

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

public Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
serviceSettings WorkflowRuntimeServiceElement
Результат void

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

public Remove ( string key ) : void
key string
Результат void