Added Polling interval property and setting
[pithos-ms-client] / trunk / Pithos.Core.Test / MockSettings.cs
index 21ae46d..734647d 100644 (file)
@@ -36,6 +36,8 @@ namespace Pithos.Core.Test
         public bool ProxyAuthentication { get; set; }
         public bool ExtensionsActivated { get; set; }
 
+        public int PollingInterval { get; set; }
+
 
         public void Save()
         {