Modifications to enable Sync Pausing for all operations
[pithos-ms-client] / trunk / Pithos.Core / Agents / Agent.cs
index 215380d..01910f8 100644 (file)
@@ -232,7 +232,7 @@ namespace Pithos.Core
                         onError(ex);
                 }
                 return default(T);
-            });
+            },CancellationToken);
         }
     }
 }