Amazon.Runtime.Internal.ThreadPoolExecutionHandler.InvokeAsyncHelper C# (CSharp) Méthode

InvokeAsyncHelper() private méthode

private InvokeAsyncHelper ( IAsyncExecutionContext executionContext ) : void
executionContext IAsyncExecutionContext
Résultat void
        void InvokeAsyncHelper(IAsyncExecutionContext executionContext)
        {
            base.InvokeAsync(executionContext);
        }