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