Amazon.Lambda.AmazonLambdaClient.EndCreateFunction C# (CSharp) Method

EndCreateFunction() public method

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