C# Class FluentDataflow.MultipleSourceDataflowWrapper

Inheritance: IDataflowBlock
Afficher le fichier Open project: teddymacn/FluentDataflow Class Usage Examples

Méthodes publiques

Méthode Description
Complete ( ) : void
Fault ( Exception exception ) : void
MultipleSourceDataflowWrapper ( Array sourceBlocks ) : System

Method Details

Complete() public méthode

public Complete ( ) : void
Résultat void

Fault() public méthode

public Fault ( Exception exception ) : void
exception Exception
Résultat void

MultipleSourceDataflowWrapper() public méthode

public MultipleSourceDataflowWrapper ( Array sourceBlocks ) : System
sourceBlocks Array
Résultat System