The Server type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| RegisterInstanceForPublicRemoteCall T, I |
Registers a specfic object instance, with the supplied name, for RPC
| |
| RegisterTypeForPrivateRemoteCall T, I |
Registers a type for private RPC whereby each client generates it's own private instances on the server
| |
| RemovePrivateRPCObjectType T, I |
Removes all private RPC objects for the specified interface type. Stops listenning for new RPC instance connections
| |
| RemovePublicRPCObject |
Disables RPC calls for the supplied named public object supplied
| |
| ShutdownAllRPC |
Removes all public and private RPC objects and removes all related packet handlers from NetworkComms
|
See Also