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

DisposableSwitch() public method

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

Same methods

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