C# Class EventInvocatorParametersBase, code

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
Until ( Func breakCondition ) : TEventInvocatorParameters
With ( object sender, eventArgs ) : ConfiguredEventInvocatorParameters
WithExceptionHandler ( Func exceptionHandler ) : TEventInvocatorParameters

Méthodes protégées

Méthode Description
EventInvocatorParametersBase ( EventHandler eventHandler )
EventInvocatorParametersBase ( EventHandler eventHandler, Func exceptionHandler, Func breakCondition )

Method Details

EventInvocatorParametersBase() protected méthode

protected EventInvocatorParametersBase ( EventHandler eventHandler )
eventHandler EventHandler

EventInvocatorParametersBase() protected méthode

protected EventInvocatorParametersBase ( EventHandler eventHandler, Func exceptionHandler, Func breakCondition )
eventHandler EventHandler
exceptionHandler Func
breakCondition Func

Until() public méthode

public Until ( Func breakCondition ) : TEventInvocatorParameters
breakCondition Func
Résultat TEventInvocatorParameters

With() public méthode

public With ( object sender, eventArgs ) : ConfiguredEventInvocatorParameters
sender object
Résultat ConfiguredEventInvocatorParameters

WithExceptionHandler() public méthode

public WithExceptionHandler ( Func exceptionHandler ) : TEventInvocatorParameters
exceptionHandler Func
Résultat TEventInvocatorParameters