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
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
InvokeAsync ( IAsyncExecutionContext executionContext ) : IAsyncResult
ThreadPoolExecutionHandler ( int concurrentRequests ) : System

Private Methods

Méthode Description
ErrorCallback ( Exception exception, IAsyncExecutionContext executionContext ) : void
InvokeAsyncHelper ( IAsyncExecutionContext executionContext ) : void

Method Details

InvokeAsync() public méthode

public InvokeAsync ( IAsyncExecutionContext executionContext ) : IAsyncResult
executionContext IAsyncExecutionContext
Résultat IAsyncResult

ThreadPoolExecutionHandler() public méthode

public ThreadPoolExecutionHandler ( int concurrentRequests ) : System
concurrentRequests int
Résultat System