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

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

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