C# Class Amazon.Runtime.Internal.RuntimeAsyncResult

Inheritance: IAsyncResult, IDisposable
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Properties

Property Type Description
HandleException void
SignalWaitHandle void

Public Methods

Method Description
Dispose ( ) : void

Disposes of all managed and unmanaged resources.

InvokeCallback ( ) : void
RuntimeAsyncResult ( AsyncCallback asyncCallback, object asyncState ) : Amazon.Runtime.Internal.Util

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Implements the Dispose pattern

Private Methods

Method Description
HandleException ( Exception exception ) : void
SignalWaitHandle ( ) : void

Method Details

Dispose() public method

Disposes of all managed and unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

Implements the Dispose pattern
protected Dispose ( bool disposing ) : void
disposing bool Whether this object is being disposed via a call to Dispose /// or garbage collected.
return void

InvokeCallback() public method

public InvokeCallback ( ) : void
return void

RuntimeAsyncResult() public method

public RuntimeAsyncResult ( AsyncCallback asyncCallback, object asyncState ) : Amazon.Runtime.Internal.Util
asyncCallback AsyncCallback
asyncState object
return Amazon.Runtime.Internal.Util