C# 클래스 Taskell.FinallyExtensions

파일 보기 프로젝트 열기: phatboyg/Taskell

공개 메소드들

메소드 설명
Finally ( this composer, System.Action continuation, bool runSynchronously = true ) : Composer

Adds a continuation that is always run, regardless of a successful or exceptional condition

메소드 상세

Finally() 공개 정적인 메소드

Adds a continuation that is always run, regardless of a successful or exceptional condition
public static Finally ( this composer, System.Action continuation, bool runSynchronously = true ) : Composer
composer this
continuation System.Action
runSynchronously bool
리턴 Composer