You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be relatively straightforward. The service definitions just contain an extra procedure call, that looks like a static class method, whose arguments are the same as the constructor, and return type is the class.
Generated client stubs would contain a call to this procedure in the constructor, and store the returned object id in the class instance.
Most of the work is in updating the clients.
The text was updated successfully, but these errors were encountered:
Add support for calling constructors. For example:
This should be relatively straightforward. The service definitions just contain an extra procedure call, that looks like a static class method, whose arguments are the same as the constructor, and return type is the class.
Generated client stubs would contain a call to this procedure in the constructor, and store the returned object id in the class instance.
Most of the work is in updating the clients.
The text was updated successfully, but these errors were encountered: