示例#1
0
 public DeleteFileCallbackAsync(string bucketId, string fileId, io.storj.libstorj.Storj storj)
 {
     try
     {
         storj.deleteFile(bucketId, fileId, this);
     }
     catch (io.storj.libstorj.KeysNotFoundException)
     {
         throw new KeysNotFoundException();
     }
 }