Suhas
6 years agoIdeator I
internal method
what is the difference between internal method and server side method?
How Aras is compiled it it? How to check code which is present in Internal method?
How developer will create internal method...
According to my research, it seems that Aras does not support developers in creating internal methods directly.
When creating a DLL, it is required to implement the IInternalMethod
interface. However, currently, the IInternalMethod
interface is not publicly accessible.