Amazon.Runtime.Internal.ThreadPoolExecutionHandler.InvokeAsyncHelper C# (CSharp) Method

InvokeAsyncHelper() private method

private InvokeAsyncHelper ( IAsyncExecutionContext executionContext ) : void
executionContext IAsyncExecutionContext
return void
        void InvokeAsyncHelper(IAsyncExecutionContext executionContext)
        {
            base.InvokeAsync(executionContext);
        }