C# Class Amazon.Runtime.Internal.ThreadPoolExecutionHandler

This handler executes the subsequent handlers on a ThreadPool thread. This feature is only implemented for APM based async methods.
Inheritance: PipelineHandler
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
InvokeAsync ( IAsyncExecutionContext executionContext ) : IAsyncResult
ThreadPoolExecutionHandler ( int concurrentRequests ) : System

Private Methods

Method Description
ErrorCallback ( Exception exception, IAsyncExecutionContext executionContext ) : void
InvokeAsyncHelper ( IAsyncExecutionContext executionContext ) : void

Method Details

InvokeAsync() public method

public InvokeAsync ( IAsyncExecutionContext executionContext ) : IAsyncResult
executionContext IAsyncExecutionContext
return IAsyncResult

ThreadPoolExecutionHandler() public method

public ThreadPoolExecutionHandler ( int concurrentRequests ) : System
concurrentRequests int
return System