OK,
I finally made it working. I modified the INVOKE TO use the proper method name, not the dataitem.
INVOKE informe::Render("Image", deviceInfo, method self::CreateStreamCallback, warnings).
Which makes me think... Do I still need to have this method as an implementation for a delegate?
Kind regards