remove method

bool remove(
  1. IResource resource
)
override
Distributed server responsible for this connection, usually for incoming connections.

Implementation

//public DistributedServer Server

bool remove(IResource resource) {
  // nothing to do
  return true;
}