comparison Implab/ICancellable.cs @ 141:0fa293bb1351 v2

fixed JSON writer
author cin
date Tue, 24 Feb 2015 00:54:22 +0300
parents f75cfa58e3d4
children
comparison
equal deleted inserted replaced
140:f973c5df9972 141:0fa293bb1351
1 using System; 1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 2
6 namespace Implab { 3 namespace Implab {
7 public interface ICancellable { 4 public interface ICancellable {
8 void Cancel(); 5 void Cancel();
9 void Cancel(Exception reason); 6 void Cancel(Exception reason);