Will the code on the server function normally if I send the lambda over the IPC channel as a delegate, while the code in the lambda may change depending on the execution time?
What is meant by change during runtime: so this is what this lambda will have to manage unmanaged resources, i.e. their allocation, and removal in particular.