示例#1
0
        public bool Stop()
        {
            uint timer = Log.InformationTimerStart("Stopping DBusService");

            DBusProxyFactory.EmitRemoteDown();

            Log.DebugTimerPrint(timer, "DBusService stop took {0}");
            return(true);
        }