我看到网上到处都在提到这些;然而,当我通过NuGet导入最新的Rx时,它们似乎不存在。这些方法重命名了吗?
它们现在都是超载的Window
:
var maxWindowCount = 5;
.Window(maxWindowCount)
.Window(TimeSpan.FromSeconds(5))
Lee Campbell有一篇关于Window
, GroupJoin
和Buffer
的好文章:http://leecampbell.blogspot.com/2011/03/rx-part-9join-window-buffer-and-group.html