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

EndUpdateFunctionConfiguration() public method

Finishes the asynchronous execution of the UpdateFunctionConfiguration operation.
public EndUpdateFunctionConfiguration ( IAsyncResult asyncResult ) : UpdateFunctionConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateFunctionConfiguration.
return Amazon.Lambda.Model.UpdateFunctionConfigurationResponse
        public  UpdateFunctionConfigurationResponse EndUpdateFunctionConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateFunctionConfigurationResponse>(asyncResult);
        }
AmazonLambdaClient