C# 클래스 Amazon.Runtime.Internal.ThreadPoolExecutionHandler

This handler executes the subsequent handlers on a ThreadPool thread. This feature is only implemented for APM based async methods.
상속: PipelineHandler
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
InvokeAsync ( IAsyncExecutionContext executionContext ) : IAsyncResult
ThreadPoolExecutionHandler ( int concurrentRequests ) : System

비공개 메소드들

메소드 설명
ErrorCallback ( Exception exception, IAsyncExecutionContext executionContext ) : void
InvokeAsyncHelper ( IAsyncExecutionContext executionContext ) : void

메소드 상세

InvokeAsync() 공개 메소드

public InvokeAsync ( IAsyncExecutionContext executionContext ) : IAsyncResult
executionContext IAsyncExecutionContext
리턴 IAsyncResult

ThreadPoolExecutionHandler() 공개 메소드

public ThreadPoolExecutionHandler ( int concurrentRequests ) : System
concurrentRequests int
리턴 System