Base class for vRPC services.
Creates an instance of VrpcServiceBase.
The full name of the service.
Registers a function with the service. A Function is equivalent to Response Foo(Request).
Response Foo(Request)
The name of the method.
The implementation of the method.
Static
Checks if a service full name is valid.
True if the service full name is valid, false otherwise.
Allowed characters are letters, digits, and the following special characters: _ -
Base class for vRPC services.