The following accessor VI's are automatically generated for a gRPC service class (server side):
Read/Write Server Internal UEs.vi
Read/Write Server RPC Methods.vi
Read Server Stop.vi (generic VI part of ServiceBase.lvclass)
This is good but still lacks the user event registration automatically using a Register For Events call and output the Event Registration Refnum.
We still have to issue the following code if we want to integrate the registration of these user events into our own code every time (e.g. using this in separate actors serving a single 'service'):

Is it possible to create an override VI for this from the gRPC code generator (based on a parent VI "Register Service User Events" as part of the ServiceBase.lvclass for example) and outputs the registration refnum?
(I am not sure if a 'generic' Event Registration Refnum can be outputted?)
AB#3126963