Data Transmission to BACKND Base
You can send the results of the calculation proceeded in BACKND Function to BACKND Base.
BACKND Function deployed to the server runs BackendFunction.BackendFunction.BFunc.Function(dll name, namespace name, class name, method name).
Function method’s return value is Stream and is transmitted to the BACKND SDK.
Please refer to the developer documentation below for ways to convert data into Stream.