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

EndPublishVersion() public method

Finishes the asynchronous execution of the PublishVersion operation.
public EndPublishVersion ( IAsyncResult asyncResult ) : PublishVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPublishVersion.
return Amazon.Lambda.Model.PublishVersionResponse
        public  PublishVersionResponse EndPublishVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<PublishVersionResponse>(asyncResult);
        }
AmazonLambdaClient