Amazon.Lambda.AmazonLambdaClient.EndUpdateFunctionConfiguration C# (CSharp) 메소드

EndUpdateFunctionConfiguration() 공개 메소드

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