removeByID() public method

public removeByID ( System.UInt64 owner_id ) : void
owner_id System.UInt64
return void
 internal void drop()
 {
     lock (client_links_mutex)
     {
         isDropped = true;
     }
     dropAllConnections();
     callback.removeByID(ROS.getPID());
 }