Share via


Observable.BufferWithCount<TSource> 方法 (IObservable<TSource>, Int32)

命名空間:  Microsoft.Phone.Reactive
組件:  Microsoft.Phone.Reactive (在 Microsoft.Phone.Reactive.dll 中)

語法

'宣告
<ExtensionAttribute> _
Public Shared Function BufferWithCount(Of TSource) ( _
    source As IObservable(Of TSource), _
    count As Integer _
) As IObservable(Of IList(Of TSource))
public static IObservable<IList<TSource>> BufferWithCount<TSource>(
    this IObservable<TSource> source,
    int count
)
[ExtensionAttribute]
public:
generic<typename TSource>
static IObservable<IList<TSource>^>^ BufferWithCount(
    IObservable<TSource>^ source, 
    int count
)
static member BufferWithCount : 
        source:IObservable<'TSource> * 
        count:int -> IObservable<IList<'TSource>> 

類型參數

  • TSource

參數

傳回值

類型:System.IObservable<IList<TSource>>

使用注意事項

在 Visual Basic 和 C# 中,您可以在任何 IObservable<TSource> 類型物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)擴充方法 (C# 程式設計手冊)

版本資訊

適用於 Windows Phone 應用程式的 .NET

支援版本:Windows Phone 8、Silverlight 8.1

.NET Framework 安全性

請參閱

參考

Observable 類別

BufferWithCount 多載

Microsoft.Phone.Reactive 命名空間