Example #1
0
 internal static void Stop()
 {
     if (RfriServer.instance != null)
     {
         RpcServerBase.UnregisterInterface(RfriAsyncRpcServer.RpcIntfHandle, true);
         RfriServer.instance = null;
     }
     ServerFqdnCache.TerminateCache();
 }
Example #2
0
 internal static void Stop()
 {
     if (NspiServer.instance != null)
     {
         RpcServerBase.UnregisterInterface(NspiAsyncRpcServer.RpcIntfHandle);
         NspiServer.instance.StopRundownQueue();
         NspiServer.instance = null;
     }
 }