public interface IRpcService
This interface defines a minimal interface presented by RPC services. It lets clients determine
which version of the interface the server supports. To do anything interesting, clients need to
get a reference to a specific interface using the IRpcServiceNameServer
.
Modifier and Type | Method and Description |
---|---|
int |
getMajorVersion()
Returns the major version of the server side interface.
|
int |
getMinorVersion()
Returns the minor version of this server side interface.
|
int getMajorVersion()
int getMinorVersion()