C# Class EventInvocatorParametersBase, code

Show file Open project: shendongnian/code

Public Methods

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

Protected Methods

Method Description
EventInvocatorParametersBase ( EventHandler eventHandler )
EventInvocatorParametersBase ( EventHandler eventHandler, Func exceptionHandler, Func breakCondition )

Method Details

EventInvocatorParametersBase() protected method

protected EventInvocatorParametersBase ( EventHandler eventHandler )
eventHandler EventHandler

EventInvocatorParametersBase() protected method

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

Until() public method

public Until ( Func breakCondition ) : TEventInvocatorParameters
breakCondition Func
return TEventInvocatorParameters

With() public method

public With ( object sender, eventArgs ) : ConfiguredEventInvocatorParameters
sender object
return ConfiguredEventInvocatorParameters

WithExceptionHandler() public method

public WithExceptionHandler ( Func exceptionHandler ) : TEventInvocatorParameters
exceptionHandler Func
return TEventInvocatorParameters