C# Class System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection

Inheritance: WorkflowRuntimeServiceElementCollection
Mostra file Open project: mahasak/dotnet452

Public Methods

Method Description
ExtendedWorkflowRuntimeServiceElementCollection ( ) : System.Configuration
Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
Remove ( string key ) : void

Method Details

ExtendedWorkflowRuntimeServiceElementCollection() public method

public ExtendedWorkflowRuntimeServiceElementCollection ( ) : System.Configuration
return System.Configuration

Remove() public method

public Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
serviceSettings WorkflowRuntimeServiceElement
return void

Remove() public method

public Remove ( string key ) : void
key string
return void