C# Class Amazon.DNXCore.IntegrationTests.DisposableSwitch

Inheritance: IDisposable
Show file Open project: aws/aws-sdk-net

Private Properties

Property Type Description

Public Methods

Method Description
DisposableSwitch ( System.Action onEnd ) : Amazon.Runtime
DisposableSwitch ( System.Action onStart, System.Action onEnd ) : Amazon.Runtime
Dispose ( ) : void

Protected Methods

Method Description
DisposableSwitch ( ) : Amazon.Runtime
SetCallbacks ( System.Action onStart, System.Action onEnd ) : void

Method Details

DisposableSwitch() protected method

protected DisposableSwitch ( ) : Amazon.Runtime
return Amazon.Runtime

DisposableSwitch() public method

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

DisposableSwitch() public method

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

Dispose() public method

public Dispose ( ) : void
return void

SetCallbacks() protected method

protected SetCallbacks ( System.Action onStart, System.Action onEnd ) : void
onStart System.Action
onEnd System.Action
return void