C# Class System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection

Inheritance: WorkflowRuntimeServiceElementCollection
Afficher le fichier Open project: mahasak/dotnet452

Méthodes publiques

Méthode Description
ExtendedWorkflowRuntimeServiceElementCollection ( ) : System.Configuration
Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
Remove ( string key ) : void

Method Details

ExtendedWorkflowRuntimeServiceElementCollection() public méthode

public ExtendedWorkflowRuntimeServiceElementCollection ( ) : System.Configuration
Résultat System.Configuration

Remove() public méthode

public Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
serviceSettings WorkflowRuntimeServiceElement
Résultat void

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void