Amazon.Lambda.AmazonLambdaClient.EndInvoke C# (CSharp) Метод

EndInvoke() публичный Метод

Finishes the asynchronous execution of the Invoke operation.
public EndInvoke ( IAsyncResult asyncResult ) : InvokeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginInvoke.
Результат Amazon.Lambda.Model.InvokeResponse
        public  InvokeResponse EndInvoke(IAsyncResult asyncResult)
        {
            return EndInvoke<InvokeResponse>(asyncResult);
        }
AmazonLambdaClient