Amazon.DNXCore.IntegrationTests.DisposableSwitch.DisposableSwitch C# (CSharp) Method

DisposableSwitch() public method

public DisposableSwitch ( System.Action onEnd ) : Amazon.Runtime
onEnd System.Action
return Amazon.Runtime
        public DisposableSwitch(Action onEnd)
            : this(null, onEnd) { }
        public DisposableSwitch(Action onStart, Action onEnd)

Same methods

DisposableSwitch::DisposableSwitch ( ) : Amazon.Runtime
DisposableSwitch::DisposableSwitch ( System.Action onStart, System.Action onEnd ) : Amazon.Runtime