AbstractConstructor for WebService base class. Note: For subclasses of this, it is recommended to use IWebServiceProps to simplify user implementation usage.
internal props
ReadonlyinstanceinstanceId of WebService.
ProtectedloggerReadonlynameFriendly name of webservice.
ReadonlypackageReadonlyportProtectedstateProtectedgetInstalls the WebService to the app.
for install
Whether the app is installed or not.
Uninstalls the WebService from the app.
for uninstall
Base web service class to be implemented.