Banshee.ServiceStack.DBusConnection.ServiceIsConnected C# (CSharp) Method

ServiceIsConnected() public static method

public static ServiceIsConnected ( string service ) : bool
service string
return bool
        public static bool ServiceIsConnected (string service)
        {
            return active_connections.Contains (service);
        }