Server MethodsNetworkComms.Net Help
The Server type exposes the following members.
Methods

  NameDescription
Public methodStatic memberRegisterInstanceForPublicRemoteCall T, I 
Registers a specfic object instance, with the supplied name, for RPC
Public methodStatic memberRegisterTypeForPrivateRemoteCall T, I 
Registers a type for private RPC whereby each client generates it's own private instances on the server
Public methodStatic memberRemovePrivateRPCObjectType T, I 
Removes all private RPC objects for the specified interface type. Stops listenning for new RPC instance connections
Public methodStatic memberRemovePublicRPCObject
Disables RPC calls for the supplied named public object supplied
Public methodStatic memberShutdownAllRPC
Removes all public and private RPC objects and removes all related packet handlers from NetworkComms
Back to Top
See Also